roots / docs

📝 Documentation for Roots projects
https://roots.io/docs/
168 stars 181 forks source link

Bug: Support of SCSS #406

Closed vitaliidmytrieiev closed 2 years ago

vitaliidmytrieiev commented 2 years ago

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

xdvz commented 2 years ago

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