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-28 01:15:07 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-28 01:15:07 +0300
commitfa97f8c478533610a3005f5af79fcc48e4193e4f (patch)
treeacd72a7626c01343b81e95845828722fc19fba51 /postcss.config.js
parent65e558cf5243a6ed134dd73898269af96b9e4d62 (diff)
Update class names
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 956fb43..a9a64ec 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -11,7 +11,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
],
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
whitelist: [ // make available for user's shortcodes
- 'text-left', 'text-center', 'text-right', 'text-justify', 'sm:text-sm', 'h-0', 'h-1', 'h-2', 'h-3', 'h-4', 'h-5', 'h-6', 'h-8', 'h-10', 'w-0', 'w-1', 'w-2', 'w-3', 'w-4', 'w-5', 'w-6', 'w-8', 'w-10', 'mx-0', 'mx-1', 'mx-2', 'mx-3', 'mx-4', 'mx-5', 'mx-6', 'mx-8', 'mx-10', 'mt-0', 'mt-1', 'mt-2', 'mt-3', 'mt-4', 'mt-5', 'mt-6', 'mt-7', 'mt-8', 'mt-9', 'mt-10', 'sm:mt-0', 'md:mx-8', 'px-0', 'px-1', 'px-2', 'px-3', 'px-4', 'px-5', 'px-6', 'px-8', 'px-10', 'pt-0', 'pt-1', 'pt-2', 'pt-3', 'pt-4', 'pt-5', 'pt-6', 'pt-7', 'pt-8', 'pt-9', 'pt-10', 'first:mt-0', 'first:pt-0', 'min-w-0', 'sm:w-1/6', 'max-w-2xl', 'max-w-2xlp', 'max-w-3xl', 'max-w-4xl', 'max-w-5xl', 'max-w-6xl', 'max-w-full', 'sm:max-w-2xlp', 'flex', 'sm:flex', 'flex-none', 'flex-grow', 'sm:flex-grow', 'flex-row', 'sm:flex-row', 'flex-col', 'sm:flex-col', 'justify-center', 'sm:justify-center',
+ 'text-left', 'text-center', 'text-right', 'text-justify', 'sm:text-sm', 'h-0', 'h-1', 'h-2', 'h-3', 'h-4', 'h-5', 'h-6', 'h-8', 'h-10', 'w-0', 'w-1', 'w-2', 'w-3', 'w-4', 'w-5', 'w-6', 'w-8', 'w-10', 'mx-0', 'mx-1', 'mx-2', 'mx-3', 'mx-4', 'mx-5', 'mx-6', 'mx-8', 'mx-10', 'mt-0', 'mt-1', 'mt-2', 'mt-3', 'mt-4', 'mt-5', 'mt-6', 'mt-7', 'mt-8', 'mt-9', 'mt-10', 'sm:mt-0', 'md:mx-8', 'px-0', 'px-1', 'px-2', 'px-3', 'px-4', 'px-5', 'px-6', 'px-8', 'px-10', 'pt-0', 'pt-1', 'pt-2', 'pt-3', 'pt-4', 'pt-5', 'pt-6', 'pt-7', 'pt-8', 'pt-9', 'pt-10', 'first:mt-0', 'first:pt-0', 'min-w-0', 'sm:w-1/6', 'max-w-2xl', 'max-w-680', 'max-w-3xl', 'max-w-4xl', 'max-w-5xl', 'max-w-6xl', 'max-w-full', 'sm:max-w-680', 'flex', 'sm:flex', 'flex-none', 'flex-grow', 'sm:flex-grow', 'flex-row', 'sm:flex-row', 'flex-col', 'sm:flex-col', 'justify-center', 'sm:justify-center',
]
})