SASS/SCSS documentation and support

3 replies · opened Feb 16, 2017

Ccode4Feb 16, 2017

Hi there,

I'd really like to utilise SCSS with my project yet the documentation only references LESS setups.

Do you have any documentation in the pipeline?

Specifically I have the SCSS compiling although I'm not sure about specific order of referencing style.scss, responsive.scss and dark.scss.

Any guidance greatly appreciated.

Nnassif7Feb 16, 2017

Hi there,

for me it worked fine, the only issue is with the responsive.scss, when i modify it it doesn't apply to responsive.css

probably i need to modify my gulp file a bit again but i was too lazy to do it.

Ccode4Feb 24, 2017

Thanks but I still can't get it to run.

I am including the following:

<link href="{{ ['assets/style.scss']|theme }}" rel="stylesheet">
<link href="{{ ['assets/sass/dark.scss']|theme }}" rel="stylesheet">
<link href="{{ ['assets/sass/responsive.scss']|theme }}" rel="stylesheet">

But getting compile errors on lines 2 and 3.

/* Undefined variable $postcontent: line: 98 */

Any ideas how I can get past this?

SSemicolon WebSTAFFMar 10, 2017

Hello,

We Really Apologize about the Delays in replying!

We are definitely working on the SASS Documentation. Meanwhile, since you are facing an issue with the Missing Variable, please make sure that the sass/ Folder is completely copied including the sass/variables.scss and sass/mixins.scss File as they contain all the Variables and Mixins that run the SASS Files.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard