Include `.scss` file in another `.scss` file?
You can import it like this; @import “../../_variables”; @import “../_mixins”; @import “_main”; @import “_login”; @import “_exception”; @import “_utils”; @import “_dashboard”; @import “_landing”; According to your directories and it will do what you want.