mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Inline tailwind into eleventy
This commit is contained in:
parent
b932177235
commit
52ce5bfb53
5 changed files with 20 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
purge: {
|
||||
enabled: process.env.NODE_ENV === 'production',
|
||||
enabled: true,//process.env.NODE_ENV === 'production',
|
||||
content: [
|
||||
'components/**/*.vue',
|
||||
'layouts/**/*.vue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue