-
Please, I ran "harp version" command to get the Harp version on my system, but it prompted the following error on my PowerShell.
PS C:\> harp version
harp : C:\Users\GACHIO\AppData\Roaming\npm\nod…
-
### Version
5.0.0
### Reproduction link
None (this is an issue in the build step).
### Steps to reproduce
Compile an SFC that requires sass files from node modules.
### What is expected?
…
-
In a custom function, it seems there's no way to know what is the current sass file (imported) or the current main sass file. In ruby sass this is accessible from the sass options which are reachable …
-
I wasn't sure how to phrase this, but I'll try and explain our problem here.
Say we have a project with a bunch of components and one of those components has the same relative import URL as a compone…
-
If you set options like jest actually documents, and is cleaner for the setup I have, they aren't used.
```
transform: {
'\\.(scss|css)$': [
require.resolve('jest-css-modules-transfo…
-
Given the following `fs.readFile` never executes it's callback and process hang indefinitely.
``` scss
// entry.scss
@import "_partial";
```
``` scss
// _partial.scss
foo{}
```
``` js
var fs = requ…
-
Is there any interest in supporting promises? I'll provide a PR if you're interested. This can be added without introducing an npm dependency by detecting the Promise global via `typeof Promise !== 'u…
-
I have tried multiple ways to include a `variables.scss` file in a Rails 5.2.1/VueJS/Webpacker project, with no joy. This is what I have for my `webpack/loaders/sass-resources-loader.js`:
```javasc…
-
It's perfectly valid to import .scss files from .sass files and vice versa. Since we're importing from the filesystem we're able to use the file's extension to delineate which parser to use. This isnt…
-
I think it'd be awesome if there was a way to define a function like how node-sass does: (from sass/node-sass#644)
``` js
sass.render({
data: '#{headings(2,5)} { color: #08c; }',
functions: {
…