-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Attributes like 10-top and -100-top are refused by the compiler. #1460
Comments
Sass is generally pretty liberal about what syntax it allows, but these aren't even valid CSS identifiers. I think in this case the issue is with skrollr for violating the CSS spec. |
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Sep 9, 2021
This check was previously checking whether *any* variables were left in this configuration, which could include variables that were adopted from outer configurations. This threw invalid errors when that outer configuration would have been satisfied by another variable (or forward) later in the file. Closes sass/sass#1460
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Sep 9, 2021
This check was previously checking whether *any* variables were left in this configuration, which could include variables that were adopted from outer configurations. This threw invalid errors when that outer configuration would have been satisfied by another variable (or forward) later in the file. Closes sass/sass#1460
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Sep 9, 2021
This check was previously checking whether *any* variables were left in this configuration, which could include variables that were adopted from outer configurations. This threw invalid errors when that outer configuration would have been satisfied by another variable (or forward) later in the file. Closes sass/sass#1460
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
I'm using Skrollr-stylesheet and we all use exotic attributes like "10-top" or "-100-top". Before SASS 3.4 everything was perfect and we could compile or projects.
Unfortunately nothing works anymore and many of us are stuck on our projects. I had to update Ruby so I can't go back to a older version of sass.
Here is the problem with more details.
Prinzhorn/skrollr-stylesheets#46
Does anyone knows how to be less strict?
Thx :)
The text was updated successfully, but these errors were encountered: