metalsmith-sass
metalsmith-sass copied to clipboard
Sass plugin for Metalsmith.
As per `node-sass` README (https://github.com/sass/node-sass), the package is deprecated, with the recommendation to switch to Dart Sass package ( https://www.npmjs.com/package/sass).
Hi, it seems to me that `metalsmith-sass` is reading `@import`ed files straight from the source file rather than that found in the metalsmith pipeline. In my project, I need to...
I have a `_partial.scss` file imported in my main `app.scss` file. Modifying and saving `_partial.scss` does not trigger the SCSS to be re-compiled, but saving `app.scss` does.
First, thanks for building a much-needed `libSass` wrapper for `metalsmith`. Unfortunately, I am having an issue getting it set up. I haven't had an opportunity to dig in, but [gulp-metalsmith](https://github.com/metalsmith/metalsmith)...
This is not a problem with this plugin, but I'm posting this in case someone else runs into this issue. Compilation failed for me with ``` Metalsmith · [metalsmith-sass] Error:...
Hello, Is it possible to add a filtering mechanism, so it can be determined which files to be processed to css and which files should be left out as-is? Thanks...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...