Task 9 - Configure PurgeCSS
Use PurgeCSS to create a production version of the generated CSS.
This commit is contained in:
parent
204a5f931b
commit
0da8b14a52
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [],
|
purge: ['templates/**/*.twig'],
|
||||||
darkMode: false, // or 'media' or 'class'
|
darkMode: false, // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
|
Loading…
Reference in a new issue