fresh92 / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

@-moz-document not supported, strips } #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?

3.0.1 build

What was the input stylesheet and/or configuration options?

@-moz-document url-prefix() {
  ...
}

What is the expected result?

@-moz-document url-prefix() {
  ...
}

And what is the actual result and/or error message?

@-moz-document url-prefix() {
  ...

Please provide any additional information below.

This tag allows for CSS targeted specifically at Mozilla based browsers.  
Because it isn't recognized correctly and instead strips out the closing brace, 
and other items after it fail to work.

Original issue reported on code.google.com by sean.rob...@door3.com on 7 Nov 2013 at 8:10