css - Is it okay two import same .scss file to two different .scss file? -
does cache 1 file or me imported twice , double code?
lets says have variable.scss
, have import 2 apple.scss
| orange.scss
. alright thing do?
it fine import variable.scss
file times necessary, if there no styling in it, if have other css selectors , styling applied file, getting duplication.
Comments
Post a Comment