-
Hello, I'm not quite sure why the compiler is not finding compass since it was working with my previous plugin. Any idea? Does compass works with the plugin? Thanks!
-
说找不到模块。
-
Hi i'm try to use vuetify with jetstream. I tried your extension but when apply .vuetify('vuetify-loader') some css from tailwind will not work. Is there anyway to fix this ?
My webpack.mix.js
```
…
-
I can't get Autoprefixer to run on the scss in a project using this Parcel plugin.
It doesn't seem to be working doing a _regular_ `@import 'path/to/style.scss'` nor in single file components' `...…
-
The error was occured when I use require.ensure in my route.
webpack-isomorphic-tools config:
```shell
var path = require('path');
var WebpackIsomorphicToolsPlugin = require('webpack-isomorphic-…
-
I think traits / modules are awesome as they help you get the best out of dynamic typing. I'm not sure on the syntax though, PHP uses `include` and `require` keywords already, so using `Include` like …
-
_I discovered this bug during testing of edge cases while developing a JS port for Kit._
**index.kit**
``` kit
```
OR
``` kit
```
Assuming _partial.kit_ exists in an importable location, saving…
-
After a few updates ago the settings file is no longer used. The compilation is made in the sourcefolders of the scss-file instead.
My settings file is placed like this: `/.vscode/settings.json`
…
-
Hi Andrey,
The autoprefixer/postcss turned out to output reduced sourceMap, i.e. it reduces the amount information in the initial sourcemap. The example repo is here: [aslushnikov/autoprefixer-breaks…
-
Hi, how can I use mixins which have been declared globally?