-
I am unable to build a project with this plugin with the Vite toolchain.
I reproduced this with the `vite-emotion-typescript` example in `twin.examples`, diffing:
```diff
diff --git a/vite-emot…
-
Anyone tried using TailwindCss with this boilerplate? If you have, can you provide some guidance on how to implement this? Thank. you very much!
-
I got the error while running
`node2nix --development -l package-lock.json`
The package-lock.json was generated with node 16.3.0
Here is the package.json
package.json!
```
{
"name":…
-
Thank you for creating this! After many hours of searching, this is exactly what I was looking for. Right now, I am trying to build an angular app as a chrome extension and am having a bit of trouble …
-
Not sure if it is a bug, a feature request, an intended process, or simply my misconfiguration.
When using a prependData scss file, that is compiled async (tailwindcss watch mode), the compiled scs…
-
I have this media query:
```
@media not all and (hover: none) {
scrollbar-width: none;
}
```
It returns `TypeError: Cannot read property 'selector' of…
-
If an entry is specified to be included explicitly using "entries" option, ignore the fact that non-CSS resources are specified in the entry.
-
I've seen this issue in a closed github issue, but I just installed `v2.0.0` of this plugin and received the same issue. Here are my configs for reference:
#### Webpack.config
``` js
const config = O…
-
### Link to the code that reproduces this issue
https://github.com/nadir/create-next-app-no-autoprefixer
### To Reproduce
1. Run `npx create-next-app@latest my-next-app` and select tailwind
…
-
```
{
test: /\.vue$/,
loader: 'vue-loader',
options: {
loaders:{
css: [
'vue-style-loader',
'css-loader',
{
loader:'px2rem-loader',
optio…