-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop explicit support for @-moz-document #378
Comments
Isn't |
@refi64 Can you use |
Ah apologies, I didn't realize |
@nex3 given that Firefox gave up on removing support for the empty prefix hack (see https://bugzilla.mozilla.org/show_bug.cgi?id=1449753#c17), what is the plan for Sass ? |
Dang. In that case, I think what we should do is transition to treating |
Firefox still allows [Edit: Just realized that user styles were mentioned above as supporting Would it be feasible to limit the deprecation warning to forms of Footnotes
|
See sass/sass#2529.
url-prefix()
andurl-prefix("")
.Deprecate all syntax (blocked on Firefox removing support forurl-prefix()
).Remove support entirely (waiting for breaking release).@-moz-document
and treat it as an unknown at-rule.@-moz-document
-specific specs sass-spec#2035)@-moz-document
parsing #2428)The text was updated successfully, but these errors were encountered: