Skip to content

Commit 97804a8

Browse files
authored
Pin clean css version (#5338)
* pin clean-css to version `5.1.4` * update fixtures
1 parent 442c6d0 commit 97804a8

6 files changed

+12
-13
lines changed

package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vercel/ncc": "^0.29.2",
5353
"autoprefixer": "^10.3.3",
5454
"babel-jest": "^27.0.6",
55-
"clean-css": "^5.1.5",
55+
"clean-css": "5.1.4",
5656
"cross-env": "^7.0.3",
5757
"cssnano": "^5.0.8",
5858
"eslint": "^7.32.0",

tests/fixtures/tailwind-output-flagged.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

tests/fixtures/tailwind-output-important.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

tests/fixtures/tailwind-output-no-color-opacity.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

tests/fixtures/tailwind-output.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com */
22

33
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
44

0 commit comments

Comments
 (0)