Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-29 05:26:38 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-29 05:26:38 +0300
commit7b5e0363890b424a0b003dea5866abcf1b2c1e07 (patch)
treef7cb9187e45251e7ad6fa3c9eb7aa1a8bf5ae6fc /postcss.config.js
parent2fdf0dc269579129da34552c63c9966ea9a6b5bb (diff)
Rework CSS and Type Styles
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js
index baab3a4..2e99ca2 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -12,7 +12,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
const innerMatches = content.match(/[^<>"'`\s.()]*[^<>"'`\s.():]/g) || []
return broadMatches.concat(innerMatches)
},
- whitelist: ['font-content-sans', 'font-content-serif', 'font-content-title'],
+ whitelist: ['font-content-sans', 'font-content-serif', 'font-content-title', 'text-13', 'text-21'],
})
module.exports = {