Page 1 of 1

Topbar Custom Theme

Posted: 08 Jan 2020, 01:04
by stevemg
I am trying to create a new topbar theme. I create the new file _topbar_custom.scss with all the variables and then compile it using:

sass _topbar_blue.scss
Error: Undefined mixin.

the above is the output from trying to compile the topbar that was included

Re: Topbar Custom Theme

Posted: 13 Jan 2020, 10:34
by merve7
Hi,
Please, compile all assets(src/assets) folder instead of the only _topbar_blue.scss file because all layout files are related to each other. For example; one of these includes variables, another one includes mixin, another one includes font or style, etc..