Skip to content
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

Unquoted domains produce invalid CSS #2501

Open
Aran-Fey opened this issue Oct 29, 2019 · 0 comments
Open

Unquoted domains produce invalid CSS #2501

Aran-Fey opened this issue Oct 29, 2019 · 0 comments

Comments

@Aran-Fey
Copy link

Omitting the quotes inside the domain() selector successfully compiles to invalid CSS instead of showing an error message:

Input:

@-moz-document domain(example.com){}

Compilation:

aran-fey@Starlight ~/D/temp {e}> stylus test.styl -o test.css
  compiled test.css

Output:

@-moz-document domain((example.com)) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants