-
I use the plugin postcss-scss together with sass-loader in Webpack 4.
It works if the css class names are global and i use the normal `className` prop instead of `styleName`.
I import the .scss file…
-
### Version
create-nuxt-app: v5.0.0
### Steps to reproduce
![image](https://github.com/nuxt/create-nuxt-app/assets/72258277/62bd625a-7c8f-405c-8b09-ee61d84f870e)
### What is Expected?
When …
-
The snippet:
```sass
@use "namespace" as alias
selector
prop: alias.$var
```
throws
```
src/components/cover/index.sass
68:1 ✖ Please check validity of the block starting from line #6…
-
:wave: Hello! Thanks for publishing this useful package 😄
I'm the author of another CSS plugin for rollup, [`rollup-plugin-lit-css`](https://npm.im/rollup-plugin-lit-css), which is a simple plugin…
-
Hi @43081j 👋 First of all, thanks for all of your hard work on this and also `postcss-js-core`, so amazing!
It appears that some Stylelint errors are not reported with `customSyntax: 'postcss-style…
-
The options are becoming more and more complex so that the documents describing it are long. Can we make it compatible with `postcss-load-config`
See: https://github.com/gucong3000/gulp-postcss#readm…
-
I added `"html-css-class-completion.includeGlobPattern": "**/*.{css,html,pcss}"` to my user settings, but the extension does not pick up classes defined in .pcss files, even if those files follow vali…
-
Technically, pseudo-elements are supposed to have double-colons (`::before`, `::after`, `::first-line`, `::first-letter`, and `::selection`). What should we do with them?
IE8 supports only a single…
-
I only clicked on the button in the readme that says Deploy on Netlify.
It created the repo in Github but then the build fails with this error:
```
10:57:16 AM: build-image version: 3ffff9df3d54195…
-
The new syntax is 'to top' instead of 'top'
Found in the file 'chosen-theme.scss': 'linear-gradient(top, ..'
(it should be 'linear-gradient(to top, ..' or to bottom)