-
## Summary
It's jarring to have to start a .html or .scss file with '---\n---\n' just so the parser picks it up. Linters also complain. Request feature: option to specify certain file be included in …
-
##### **Overview of the issue**
when you run 'npm start' it displays an error with sass.
setting back following versions fixes the problem
from
"sass": "1.79.2",
"sass-loader": "16.0.1",
…
-
I get an eventual error when trying to run the install.bat
I am running nodejs 20.17.0 LTS
system specs:
windows 11 os build-22635.4082
Intel(R) Core(TM) i9-14900KF 3.20 GHz
128gb ram
3090 RTX…
-
Hi all,
I am performing an issue when we trying load the sass files inside "~vuetify/src/styles/main.sass".
I tried to adjust the web-pack following this recommendations
**(the new version doe…
-
I'm using CodeBox on a digital ocean box. I love it, but it seems that .sass files are not being detected as SASS syntax for highlighting. Is this a known issue? Is there anything I can do to fix it?
-
Convert css files to LESS or Sass
-
```
Compass/SASS/SCSS use the SCSS syntax now, and consequently now cannot compile
the SASS files. This revision
(http://code.google.com/r/timdumol-flask-sagenb/source/detail?r=e06b3a6bfa47b2b0
cf1c…
-
As a new feature of the project [trunk](https://github.com/thedodd/trunk/pull/146) we auto-download `dart-sass` to the local device and then execute it as one of our pipelines. Before we used a direct…
-
- NPM version (`npm -v`): 6.12.0
- Node version (`node -v`): 12.13.0
- Node Process (`node -p process.versions`):{
node: '12.13.0',
v8: '7.7.299.13-node.12',
uv: '1.32.0',
zlib: '1.2.11'…
-
All SASS file should be the same as for LESS with required adjustment to compile. Atm. there are some strange imports in SASS quantumui.scss like:
`@import "../../flat-theme/variables";`
and i think…