We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f904fd0 + fb432f3 commit 60b6d3eCopy full SHA for 60b6d3e
src/Umbraco.Commerce.Checkout/Client/tailwind.config.js
@@ -1,12 +1,16 @@
1
module.exports = {
2
- mode: 'jit',
+ mode: 'jit',
3
content: [
4
'../Views/UmbracoCommerceCheckout/**/*.cshtml',
5
'./src/scripts/**/*.js'
6
],
7
safelist: [
8
+ // Make configurable theme colors safe
9
+ {
10
+ pattern: /(bg|text)-black/,
11
+ variants: ['hover'],
12
+ },
13
{
- // Make configurable theme colors safe
14
pattern: /(bg|text)-(red|orange|yellow|green|teal|blue|indigo|purple|pink)-500/,
15
variants: ['hover'],
16
},
0 commit comments