Skip to content

Commit 2f5fc7b

Browse files
committed
geocat: add TW safelists
to handle new classes within the header html configuration
1 parent 9754054 commit 2f5fc7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/datahub/tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { join } = require('path')
44

55
module.exports = {
66
...baseConfig,
7+
safelist: [...baseConfig.safelist, 'w-max', 'items-end'],
78
theme: {
89
...baseConfig.theme,
910
extend: {

tailwind.base.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
safelist: [],
23
theme: {
34
extend: {
45
colors: {

0 commit comments

Comments
 (0)