roots / docs

📝 Documentation for Roots projects

Home Page:https://roots.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Support of SCSS

vitaliidmytrieiev opened this issue · comments

Terms

Description

What's wrong?

I cannot enable the support of SCSS on clear theme Sage v10+

What have you tried?

After clear installation and trying to do all steps from this link. https://docs.roots.io/sage/10.x/css-frameworks/#add-bootstrap
When trying to execute yarn build i see such error:
image

When i trying to run command yarn dev I see list of errors:
image

Are there any suggestions on how can i solve those problems?

Steps To Reproduce

  1. Install a theme from official documentation Sage v10+
  2. Do all steps from this link https://docs.roots.io/sage/10.x/css-frameworks/#add-bootstrap
  3. Run yarn build or/and yarn dev
  4. See errors.

Expected Behavior

Build correctly files

Actual Behavior

Error while trying to compile files

Relevant Log Output

No response

Versions

10.1.6

commented

I had a similar issue while adding bud-sass.
In the process, I learned that:

  1. I need to use the same versions of dependencies in package.json file;
  2. Update all bud dependencies from 5.7.6 to 5.8.1;

Also, this ticket helped me