Skip to content

Commit

Permalink
geocat: add TW safelists
Browse files Browse the repository at this point in the history
to handle new classes within the header html configuration
  • Loading branch information
fgravin committed Sep 21, 2023
1 parent 33c59c1 commit eef65a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/datahub/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { join } = require('path')

module.exports = {
...baseConfig,
safelist: [...baseConfig.safelist, 'w-max', 'items-end'],
theme: {
...baseConfig.theme,
extend: {
Expand Down
1 change: 1 addition & 0 deletions tailwind.base.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
safelist: [],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit eef65a4

Please sign in to comment.