You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example is importing the tachyons css framework. Without purgecss, the base css file size is **88.2 kB**. Using purgecss, the base css file is **1.56 kB**
54
60
61
+
## Alternatives
62
+
63
+
Using the *extractCSS* option Nuxt will create CSS files that will be loaded separately by the browser.
64
+
When generating your application this might be a lot of small files.
65
+
66
+
To include the CSS into the header of the HTML file you'll need to run the following commands.
67
+
Please note that using this configuration purgecss will be active in production and development mode.
0 commit comments