[ex/catalog][xs]: try tweak to tailwind config to fix #568.
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
// 2021-06-24 trying out fix for tailwind production that worked for main site
|
||||||
|
// see https://github.com/datopian/portal.js/issues/571
|
||||||
|
// purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
||||||
|
purge: [
|
||||||
|
"./pages/**/*.js",
|
||||||
|
"./pages/**/*.ts",
|
||||||
|
"./pages/**/*.jsx",
|
||||||
|
"./pages/**/*.tsx",
|
||||||
|
"./components/**/*.js",
|
||||||
|
"./components/**/*.ts",
|
||||||
|
"./components/**/*.jsx",
|
||||||
|
"./components/**/*.tsx"
|
||||||
|
],
|
||||||
mode: 'jit',
|
mode: 'jit',
|
||||||
theme: {
|
theme: {
|
||||||
fontSize: {
|
fontSize: {
|
||||||
|
|||||||
Reference in New Issue
Block a user