You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any other information you believe would be useful?
The reason why this issue isn't affecting MDC demos yet is because node-sass (via libsass) is still in the process of catching up with latest changes in sass-spec.
But it seems that libsass will soon release 3.5 with the same behavior for CSS custom properties. See sass/libsass#2076.
Once the issue linked above is addressed, libsass released and node-sass updated, the demos will suffer from the same issue and the theme properties won't be processed.
The text was updated successfully, but these errors were encountered:
grzuy
changed the title
theme 0.1.6 doesn't process custom properties with sass 3.5
theme 0.1.6 CSS custom properties not compatible with sass 3.5
Aug 4, 2017
What MDC-Web Version are you using?
mdc-theme 0.1.6
What are the steps to reproduce the bug?
Use sass (ruby sass) latest release (3.5) to compile
mdc-theme.scss
What is the expected behavior?
That it outputs normally theme CSS custom properties, i.e.
What is the actual behavior?
Leaves theme CSS custom properties unprocessed
Any other information you believe would be useful?
The reason why this issue isn't affecting MDC demos yet is because
node-sass
(vialibsass
) is still in the process of catching up with latest changes insass-spec
.But it seems that libsass will soon release
3.5
with the same behavior for CSS custom properties. See sass/libsass#2076.Once the issue linked above is addressed,
libsass
released andnode-sass
updated, the demos will suffer from the same issue and the theme properties won't be processed.The text was updated successfully, but these errors were encountered: