pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:CSS
Filter by
486 results
insindresorhus (press backspace or delete to remove)Properly support style of HTML5 details with summary.
Example Code on Github
details
summary My Example /summary
Hello world
/details
Parse Result
details summary My Example /summary Hello world ...
According to https://github.com/radex/SwiftyUserDefaults#codable, Codable support exists in SwiftyUserDefaults since v4.
CocoaPods instruction in readme.md is wrong.
And some other improvements:
- Shorter syntax for defining keys.
- It now writes the default value of Defaults.Key back to the actual UserDefaults on creation.
- Support alternative UserDefaults ...
When use the css file, the code section was rendered in one line.
!-- Reviewable:start -- This change is img src= https://reviewable.io/review_button.svg height= 34 align= absmiddle
alt= Reviewable / !-- Reviewable:end --
There is one more same line-height rule in line 9
If important comment contains or , It might be trigger a bug.
Pass code below as input to strip-css-comments, it can not remove normal comment.
/*!i m important*/
body {
/* body style */
color: ...