csslib icon indicating copy to clipboard operation
csslib copied to clipboard

Support @document as an alternative to @-moz-document

Open refi64 opened this issue 5 years ago • 0 comments

@document is an alternative to @-moz-document, but right now csslib parses it as a Less variable. Sass is already showing deprecation warnings for @-moz-document, so userstyles that use Sass are already starting to use @document, meaning they won't be parsed correctly by csslib.

refi64 avatar Feb 16 '20 01:02 refi64