Skip to content

Commit ee7c570

Browse files
committed
tweak comments
1 parent 64ff8c4 commit ee7c570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ export default {
1515
blocklist: [
1616
// classes that conflict with fomantic
1717
'table', 'inline', 'grid', 'truncate', 'transition', 'fixed',
18-
// classes that don't work without CSS vars from "@tailwind base" which we don't use
18+
// classes that don't work without CSS variables from "@tailwind base" which we don't use
1919
'transform', 'shadow', 'ring', 'blur', 'grayscale', 'invert', '!invert', 'filter', '!filter',
2020
'backdrop-filter',
2121
// false-positives or otherwise unneeded
2222
'[-a-zA-Z:0-9_.]',
2323
],
2424
theme: {
2525
colors: {
26-
// make bg-red etc work with our css variables
26+
// make bg-red etc work with our CSS variables
2727
...Object.fromEntries(colors.map((color) => [color, `var(--color-${color})`])),
2828
inherit: 'inherit',
2929
currentcolor: 'currentcolor',

0 commit comments

Comments
 (0)