Thierry Koblentz
Thierry Koblentz
I think it'd be good to add the 'for' attribute to these labels... Also, there is an example showing implicit labeling, but best practice favors explicit labeling since in oldIE...
@renatoi @src-code Because we cannot have space inside classes we cannot do something like this: ```html content ``` Authors would need to go "longhand": ```html content ``` But what do...
I like this project very much but I think the results are biased due to the (**very small**) size of the document being used (`index.html`). In my opinion, the results...
Can we use this as a template for a personal web site (with proper credit)?
was: wrong shorthand font syntax should return an error Rules like these: ``` .selector { font: 2em; } .selector { font: bold 2em; } ``` Should return an error as...
The rule for `pre` is as follow: ``` /* @docs label: Pre Wrapping note: | Overflow by default is bad... category: typography */ pre { white-space: pre-wrap; } ``` I...
It seems this tool demonstrates more or less the same parsing bug as oldIE (IE 6/7). It replaces these 2 rules: ``` body { background: aliceblue; } body,{ background: indianred;...
Let's imagine this scenario: **HTML** ``` ... ``` **CSS** ``` .module { background-color: #fff; } .news { background-image: url('smiley.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } ``` If **shrthnd.js** converts...
This [example](https://codepen.io/thierry/pen/jOBMjKv) shows the importance of resetting the height of images styled with min/max-width