You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2018. It is now read-only.
I've tried cloning and following the instructions, or installing from npm and then following the instructions, but as soon as I start the Sass watch, I get this in style.css:
Syntax error: "h1, .h1", "h2, .h2", "h3, .h3" can't extend: invalid selector
on line 34 of bower_components\scally\core\base\_headings.scss, in `@content'
from line 39 of bower_components\scally\core\mixins\_target-headings.scss, in `headings'
from line 33 of bower_components\scally\core\base\_headings.scss
from line 154 of style.scss
The text was updated successfully, but these errors were encountered:
@stowball I just got it running with the npm & Bower install options fine. I think you might have missed the manual part of setting up a master style.scss: https://github.com/chris-pearce/scally#setting-up-your-master-stylesheet? Then making sure the Scally partial paths are correct in that stylesheet i.e. linking to either node_modules/scally or bower_components/scally. Here's my npm install:
If not let's go over it in person tomorrow 👍.
The Scally setup is not as smooth as I'd like which is why I have this issue: #8.
I've tried cloning and following the instructions, or installing from npm and then following the instructions, but as soon as I start the Sass watch, I get this in style.css:
The text was updated successfully, but these errors were encountered: