We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no error message but nothing is imported.
Type A : an extra comma after the last url-prefix
@-moz-document url-prefix("https://www.google.com/webhp"), url-prefix("https://www.google.com/search"), { body { background: #FAFAFA !important; } }
Type B : three comments at the beginning of CSS
@-moz-document url-prefix("https://www.google.com/webhp"), url-prefix("https://www.google.com/search") { /* comment1 */ /* comment2 */ /* comment3 */ body { background: #FAFAFA !important; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is no error message but nothing is imported.
Type A : an extra comma after the last url-prefix
Type B : three comments at the beginning of CSS
The text was updated successfully, but these errors were encountered: