-
I am experiencing a strange bug where if I visit a route via a direct URL (i.e. loading the snapshot HTML), the component rendered within the route has the wrong base element. However, the elements b…
-
When I install postcss on my gulp, gulp stop working and give me that error and I don't understand why, this is the code on gulpfile.js:
const {src, dest, watch} = require('gulp');
var sass = requir…
-
Hello everyone,
It’s fantastic that a lot of dev people like and use LessHat in their projects. When I developed this library three years ago, there wasn't any universal Less mixin library, autoprefi…
-
I am facing this error when building my project, it works fine on development, but when i build i get an error:
```
ERROR in ./node_modules/swiper/swiper-bundle.css (./node_modules/@nuxt/postcss8/…
-
It looks like this plugin [tries](https://github.com/MadLittleMods/postcss-increase-specificity/blob/f952606dca9ec9bd76ebc27065417e0c8c5c2824/index.js#L16) not to break `html` selectors, but it doesn'…
-
In 3.1.2 docs example works, imports in js return correct objects.
```js
postcss({
modules: true
})
```
In 3.1.3 same code imports return `undefined`. From https://github.com/egoist/rollup…
-
`rollup-plugin-postcss` has an option for extracting the result into a CSS file by specifying `extract: true`.
Does `rollup-plugin-posthtml` has a similar option like the above? Because it'll be su…
-
I'm submitting a question.
**Short description of the issue/suggestion:**
Having upgraded dev dependencies without too many issues locally – actually it went even surprisingly smoothly – I becam…
-
import path from 'path';
import vue from 'rollup-plugin-vue';
import babel from 'rollup-plugin-babel';
import { terser } from 'rollup-plugin-terser';
import cjs from 'rollup-plugin-commonjs';
imp…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-iss…