Skip to content

Commit 6a71feb

Browse files
committed
add safelist for contentful content
1 parent 6800212 commit 6a71feb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tailwind.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ module.exports = {
77
container: false,
88
},
99
content: ["./content/**/*.md", "./src/**/*.js", "./src/**/*.jsx", "./src/**/*.ts", "./src/**/*.tsx"],
10+
safelist: [
11+
'horizontal-tb',
12+
'vertical-rl',
13+
'vertical-lr',
14+
'text-character',
15+
'text-upright',
16+
'text-sideways',
17+
'text-tcy',
18+
'shape-outside',
19+
],
1020
theme: {
1121
fontFamily: {
1222
sans: ["'Noto Sans JP'", "Jost", ...defaultTheme.fontFamily.sans],

0 commit comments

Comments
 (0)