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
"no-duplicate-selectors": null, // Deactivating rule to allow duplicate selectors to follow the new sass expected bahaviour https://sass-lang.com/documentation/at-rules/mixin/
"property-no-unknown": [true, { // Deactivating rule to allow unknown properties in :export selectors
"ignoreSelectors": [":export"]
}],
"declaration-property-value-no-unknown": [true, {
"ignoreProperties": {
"/.+/": "/$/", // ignore variables with a $ (i have not found a way to make it work only if the $ is at the beginning since "/^\\$/" does not work at all)
}
}],
"selector-pseudo-class-no-unknown": [ // Deactivating rule to allow pseudo classes like :global