You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox used to have a @-moz-document rule requiring special parsing. As
5
+
support is removed from Firefox, Sass is in the process of removing support
6
+
for parsing them.
7
+
---
8
+
9
+
Sass has historically supported a special parsing for the `@-moz-document` rule.
10
+
As [Firefox dropped support for them], Sass will also drop support for the special
11
+
parsing and will treat it as an unknown at-rule.
12
+
13
+
[Firefox dropped support for them]: https://web.archive.org/web/20200528221656/https://www.fxsitecompat.dev/en-CA/docs/2018/moz-document-support-has-been-dropped-except-for-empty-url-prefix/
14
+
15
+
16
+
**There is one exception**: an empty url prefix function is still allowed, as
0 commit comments