-
My Css looks like this:
in `nuxt.config.js`:
```js
/*
** Global CSS
*/
css: ['~/assets/style/src/main.scss'],
```
This `main.scss` looks like this:
```scss
// BULMA utilities
…
-
I've got tailwind working with PurgeCSS with Nuxt. But I am unable to get `@apply` to work in Vue Single File Components.
The only way around this is to put everything in my `main.scss`. And the c…
-
### Version
[edge](https://github.com/nuxt/nuxt.js/releases/tag/edge) (2.0.0-25371079.ec5bdd9)
### Reproduction link
[https://github.com/nuxt/nuxt.js/blob/dev/examples/with-purgecss/nuxt.config.js#…
-
Hello and thank you for this project!
Just heard of it and after reading the readme I couldn't agree more with the incentives behind this project..
I'm primarily interesting by this project for work…
-
I am new to nuxt and really enjoying working with it so far. I created a simple app with few pages and deploying on zeit/now. All I have done is added firebase and bulma/scss and I have started gettin…
-
How can I omit some css libraries
for instance
Bootstrap CSS if I want me to purge
But swiperjs (css) I don't want me to purge
it's possible?
Is it possible to omit some libraries (CSS) so that…
-
### Is your feature request related to a problem? Please describe.
The main problem is unnecessary performance cost. In our case we are using nuxt with vuetify @nuxt/vuetify
The classnames have a …
-
### Summary
I am a new developer for a client whose Gatsby website hosted on Netlify has not been building or deploying automatically for over a year. Cloning the repo locally, installing node module…
-
### Environment:
- nodejs v10.15.0
- npm 6.7.0
- ubuntu 18.04
- Google chrome
app generated by **npx create-nuxt-app**
### Issue:
After running npm run build && npm run start on…
-
I like the way those themes look and I'd like to add them to my own instance. Could you please save them as .css / .scss files and upload them to the repo?