-
### Version
2.0.0
### Reproduction link
https://www.creative-tim.com/new-issue/vue-material-kit-pro
### Operating System
Mac
### Device
Mac Studio
### Browser & Version
Chrome
### Steps to r…
-
I'm unable to make HMR to work with template,
I'm not sure if it's a bug or it have something to do with my setup.
-
### `Details`
This postcss config works with webpack but `postcss-load-config` gives an error:
```js
// postcss.config.js
module.exports = ({file}) => ({
plugins: [
// Warnin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Could someone point me in the direction on how to handle the output of another plugin. Use-case here is I want to be able to determine if the SASS plugin has taken a scss import and outputted a css fi…
-
Great job, This plugin works great, and I really like it.
I'm stuck in making this plugin works with watch mode.
The use case is:
1) we get programmatically source file content and build it to co…
-
### Describe the bug
Electron 27 just came out, and I seem to be having problems launching my built app when using the bytecode plugin
![image](https://github.com/alex8088/electron-vite/assets/8…
-
I'm having trouble with my script. I have
```
// postcss.config.js
const purgecss = require("@fullhuman/postcss-purgecss")({
// Specify the paths to all of the template files in your project
…
-
I had an issue using your .flex-flow mixin.
It worked well for the tweener and new specs. But when I use it with 2 parameters, which is basically the whole thing behind flex-flow as I understand it, t…
-
I have this task in gulpfile.js:
```
gulp.task('sass', async function () {
log('Compiling Sass --> CSS');
var sassOptions = {
outputStyle: 'nested' // nested, expanded, compac…