-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
semantic.css not generating valid CSS #7065
Comments
This comment was marked as spam.
This comment was marked as spam.
+1 |
2 similar comments
+1 |
+1 |
+1 had to remove the -- for it to work |
edit package.json and change the sass version to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting with v1.40.0 of SASS (dart-sass) , sass is now parsing
calc()
syntax more thoroughly and marking errors if there is already broken CSS.As you can see in the lines from the
dist/semantic.css
file, values like--1px
are not valid values and seems to come from trying to negate negative values(?). E.g.and it's causing our builds to fail:
Semantic-UI/dist/semantic.css
Line 15088 in deb275d
Semantic-UI/dist/semantic.css
Line 19852 in deb275d
Semantic-UI/src/themes/default/elements/step.variables
Line 98 in deb275d
Semantic-UI/src/themes/default/elements/label.variables
Line 139 in deb275d
The text was updated successfully, but these errors were encountered: