-
Notifications
You must be signed in to change notification settings - Fork 486
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
Clay CSS should support Ruby Sass #1270
Labels
comp: clay-css
Issues related to Clay CSS
status: next-release
Issues that will enter into the next release
Comments
I think is better if he migrates her .sass to .scss, using an npm plugin or online application like https://www.sassmeister.com uses .sass instead of .scss is strange, .sass is very old and not common use on the other hand, In this way, he only needs to do the conversion once |
This was referenced Nov 10, 2018
pat270
added a commit
to pat270/clay
that referenced
this issue
Nov 19, 2018
…e variable resets because it isn't in the Sass spec Fixes: liferay#1270 - (ClayCSS) Add missing semi colon in Sheet variable Fixes: liferay#1270 - (ClayCSS) Mixin `clay-custom-grid-columns` base Sass map is being overwritten in RubySass
pat270
added a commit
to pat270/clay
that referenced
this issue
Nov 19, 2018
…e variable resets because it isn't in the Sass spec Fixes: liferay#1270 - (ClayCSS) Add missing semi colon in Sheet variable Fixes: liferay#1270 - (ClayCSS) Mixin `clay-custom-grid-columns` base Sass map is being overwritten in Ruby/Dart Sass Fixes: liferay#1270 - (ClayCSS) Dart Sass no longer supports extending compound selectors e.g. `.primary.focus` added placeholders `%btn-*-focus` and `%btn-outline-*-focus`
jbalsas
added a commit
that referenced
this issue
Nov 22, 2018
Fixes: #1270 - (ClayCSS) Deprecated `$clay-unset` and don't use varia…
matuzalemsteles
added
status: next-release
Issues that will enter into the next release
comp: clay-css
Issues related to Clay CSS
labels
Nov 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp: clay-css
Issues related to Clay CSS
status: next-release
Issues that will enter into the next release
Hey Team,
This is an issue from the slack chat.
This particular issue can be fixed by using node-sass and passing in some config options in the theme task.
How important is it to support Ruby Sass? We will need to modify the Bootstrap source code to fix this bug. If we decide to modify how do we organize our changes vs the Bootstrap repo's?
The text was updated successfully, but these errors were encountered: