-
Hi, I just found tailwind and want to use it on my current project.
It is a simple javascript webpage (without framework), and I want to use Parcel and Postcss to build tailwind. So far, what i hav…
-
## Production Requirements
- [x] **Script**
- [x] create optimized bundle ``colorizer.js`` using Rollup's ``terser`` plugin
- [x] **no source maps**
- [x] **Style**
- [x] compile using ``…
-
The styling of the don't appear after building the site with npm run build in github workflows and my environment
the the style of
```javascript
``javascript
// some code here after building …
-
### 1. Summary
PurgeCSS generates incorrect paths for the value of `"sources"` source map key.
In my MCVE PurgeCSS generates
```json
"sources":["stylus/KiraStyles.styl"]
```
instead of correct:
`…
-
So I'm using external `.pcss` files for housing global styles for example the below;
```css
// global.pcss
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
@apply bg-…
-
Hello, thank you for providing the learning content. Currently in my computer and phone, `\00a7` becomes `\a7`. My computer is a Window 11 Laptop and my phone is an Android phone.
![image](https://…
-
First of all, thank you for this module. Could save the time as soon as we figure out the reason, why it crashes with the followin error:
`TypeError: prepack.prepack is not a function`
at
`node_…
-
First of all, thanks for updating the Grunt plugin in regards to the issue with comments FullHuman/purgecss#90 @Ffloriel
Now, I'm having trouble getting the plugin to work with proper extractors t…
-
I followed the README and it almost worked out of the box (not talking about the typo mentionned in #26) : some styles were here, but some others were missing (typically : `text-red-500`)
Looking at…
-
https://medium.com/full-human/purgecss-2-0-c0e812e6c4f6