less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Support for CSS escaping

Open sandstrom opened this issue 16 years ago • 0 comments

// CODE

div#administration div.js:content { font-size:smaller; }

// ERROR

! Syntax Error: on line 2185: expected one of . # [ ( :: : * - @media @font-face , ; { got \ after:

div#administration div.js

// REFERENCES http://reference.sitepoint.com/css/cssescapenotation http://dbaron.org/css/test/parsing3 http://www.w3.org/TR/CSS2/grammar.html http://www.w3.org/TR/CSS2/syndata.html

sandstrom avatar Sep 02 '09 22:09 sandstrom