-
I have a piece of code. When using with build and dev server I get a different result.
I'm using **nuxt js.**
```js
yada yada yada
```
![i…
-
From Netlify deploy logs:
```
4:08:26 PM: warn - Tailwind is not purging unused styles because no template paths have been provided.
4:08:26 PM: warn - If you have manually configured PurgeCSS o…
-
Hello, thanks for this super helpful plugin. I tried making some customizations of my own to the appearance of the toast container and the action text but it doesn't work when I deploy to Netlify.
…
-
Hello, I have a problem using this module.
My configuration inside nuxt.config.js looks like this:
```
['nuxt-bulma-slim', {
variablesPath: 'assets/css/cosmo/_variables.scss',
additio…
reasv updated
4 years ago
-
I have the following code:
```
var purify = require('purify-css');
var content = 'sadasdasda';
var css = '.hello { color: green; } .hello3 { display: block; }';
var options = {
output:…
-
### Is your feature request related to a problem?
### Issue to track all Lighthouse improvements that need to be made
- [x] #474
I've cleaned up Landing Page in this one:
- Lazy loading al…
-
Just wanted to say first that I love what you've put together here! Been using Slate for a while and your toolkit looks really nice so far. I'm just having some trouble following the documentation th…
-
PurgeCss deletes the keyframe even though it is used;
```scss
.component {
animation: var(--component-animation)
}
.component--animated {
--component-animation: fadeIn 0.4s;
}
@keyfr…
-
Using [`purgecss`](https://purgecss.com/) in my project to remove unnecessary styles. I have added an exception for any style that are prefixed with `.flatpickr`.
This works well, but unfortunately…
-
https://github.com/chrism/emberjs-tailwind-purgecss#generate-configuration-file
It seems we create a `tailwind` directory but don't do I anything with it. Typo? Or am I missing something?