mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Add % to purgecss pattern, delete tailwind.css
This commit is contained in:
parent
ad38cd3982
commit
a4356ce76e
2 changed files with 1 additions and 35582 deletions
35581
dist/tailwind.css
vendored
35581
dist/tailwind.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
const purgecss = require('@fullhuman/postcss-purgecss')({
|
const purgecss = require('@fullhuman/postcss-purgecss')({
|
||||||
content: ['./dist/*.html'],
|
content: ['./dist/*.html'],
|
||||||
defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || []
|
defaultExtractor: content => content.match(/[A-Za-z0-9-_:/%]+/g) || []
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue