-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
@-moz-document domain(foo.com){
@media (min-width:30em){x{foo:bar}
}
}
beautifies to
@-moz-document domain(foo.com) {
@ media (min-width:30em) {
x{foo: bar;
}
}
}
and other nested @-rules have the same issue (separation of the "@" and loss of one level of indentation).
I'm reporting this because @-rules such as @media, @Keyframes, and @font-face are fairly common inside @-moz-document in user styles at userstyles.org
Bugzilla thread/post with links to documentation of nested @-rules
This is my first post on github - I hope I didn't do anything wrong. Please let me know if I did.
Metadata
Metadata
Assignees
Labels
No labels