While converting from scss file to css file how to avoid conversion of any particular scss file into css?
I have 20 scss file which eventually convert to css which make css file very large. I am trying to convert only few file to css and want to avoid other.
This question may seems directly asking for solution but i have searching answer for this quite long. but found most of the doc unrelated.
Please give suggestion or direction to solve this issue.