-
Mufferplate is currently (for me) helping a lot for development and source code handling. But there are many concepts affecting the performance and developement stages.
1. There are so many templa…
-
I had this problem with `normalize.css` but it also happens with `systemize` using webpack+sass-loader
```sass
@import "systematize";
```
```
DEPRECATION WARNING on line 1, column 8 of stdin:…
amery updated
6 years ago
-
I'm working on a reusable (between projects) importer module for `node-sass` and I'd need to pass in arguments. With the [node API](https://github.com/sass/node-sass#examples) this is of course simple…
-
Hi, i use `jest-css-modules-transform` with typescript files and in my `.scss` files i have something like this:
```scss
@use '~foo/bar/baz.scss';
// ....some scss here
```
And in mye tests i…
-
*Note: I'm moderately certain this is a LibSass issue, but it's possible it's an issue with how Node Sass is using the API; sorry if so.*
It looks like LibSass will use custom importers to resolve …
-
**Describe the bug**
The compilation of the themes when importing separate components and using webpack + DartSass has increased significantly between version 5.9 and 6.2 of the themes (more than 5 t…
-
The indentedSyntax option and the custom importer functionality don't play well together. If I set indentedsyntax to true, it works as long as I don't have any imports. If I have an import and I retur…
-
- 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'…
-
I got a working scss (css/foo.scss) in a working solution (D:\My Documents\Visual Studio 2013\Projects\project)
When I open the solution as if it came from a network (\computername\D$\My Documents\V…
v1nce updated
7 years ago
-
Just a question, is this module still useful since https://github.com/sass/libsass/pull/754?