-
Users should be able to opt-in to polyfilling css modules / import assertions, rather than getting the css-tagged-literal version
A later breaking version would switch it to opt-out (i.e., users wo…
-
**Is your feature request related to a problem? Please describe.**
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
**Describe the solution you'd like**
Use https://git…
-
Hi, Using this integration but I noticed it is not possible to set a nonce to be compliant on the CSP policies.
Is there any way to set the nonce to the inline style?
```
```
More info: https:…
-
Hi everyone.
Im wondering is it possible to import css files into js using **import** syntax with preserveModules:true in rollup config?
Bundling all css in one file is not an option, because Im m…
-
From valid CSS files (e.g. that start with `@charset "utf-8";`), this plugin can generate an invalid CSS output (e.g. `@charset "utf-8";` appears multiple times and/or somewhere other than the start o…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.1`
- Package Manager: `npm@7.17.0`
- Builder: `vite`
- …
-
## Troubleshooting
1. Does `tsc` have the same output?
No
1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#comp…
-
I know sass is currently using dart-sass which supports "@use": https://sass-lang.com/documentation/at-rules/use
Here is my rollup configuration:
```js
postcss({
plugins: [autoprefixer()],
…
-
Hi,
We use css-modules in a react app. In our webpack based web app, in order to collect styles for the critical components, we basically wrap those components into a HOC. This decorator basically…
-
Class names in which the name contains the words left or right are translated in the following manner:
Input:
```
.arrowLeft {
margin-right: -3px;
}
```
Output:
```
[dir=ltr] :export …