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

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -