Skip to content

Commit 9aa201f

Browse files
authored
Merge pull request #1680 from tailwindcss/disable-color-opacity-optimization
Don't generate color opacity code in color plugins if not necessary
2 parents 52aab17 + ef92361 commit 9aa201f

File tree

9 files changed

+57134
-23
lines changed

9 files changed

+57134
-23
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"extends": ["eslint-config-postcss", "prettier"],
1010
"plugins": ["prettier"],
1111
"rules": {
12-
"no-unused-vars": [2, {"args": "all", "argsIgnorePattern": "^_"}],
12+
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
13+
"no-warning-comments": 0,
1314
"prettier/prettier": [
1415
"error",
1516
{

0 commit comments

Comments
 (0)