-
Notifications
You must be signed in to change notification settings - Fork 148
Error with @extend inside @media #87
Comments
Using http://sass-lang.com/documentation/file.SASS_REFERENCE.html#extend
|
snowdog/theme-blank-sass/Magento_Sales/css/source/_module.scss LINE: 239
this is the part in question, my ruby sass(3.4.22) compiler said this is illegal. |
Fixed in 0.7.2 |
I heavily recommend to switch to |
@Igloczek i'm using frontools and i get the same erros:
Frontools is using libsass, why could this happen? |
Indeed it's a bug, probably inherited from M code with version 1.0 |
Ah ok. Thanks for your fast command. As a hotfix i command this lines out:
That's the best alternative for the |
Take a look here (fix from 0.7.2), it looks like just wrong selector used 90a083d |
if you use frontools |
Fixed in 1.0.5 Changes are reflected in magento/magento2#14395 |
Uh oh!
There was an error while loading. Please reload this page.
got this running sass --watch styles.scss:styles.css, is that b/c of the sass version I am using?
The text was updated successfully, but these errors were encountered: