Lint for inappropriate use of SCSS/CSS import return values
Closed this issue · 0 comments
wincent commented
These should only ever be imported for their side-effects:
import './My.scss';
Never assigned:
import bad from './My.scss';
Closed this issue · 0 comments
These should only ever be imported for their side-effects:
import './My.scss';
Never assigned:
import bad from './My.scss';