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.
1 parent dd4bfce commit fa38999Copy full SHA for fa38999
2 files changed
CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+### Fixed
11
+
12
+- Fixed location of embedded preflight CSS file ([#231](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/231))
13
14
## [0.5.8] - 2023-12-05
15
package.json
@@ -17,7 +17,7 @@
17
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
18
},
19
"scripts": {
20
- "_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
+ "_pre": "rimraf dist && cpy 'node_modules/tailwindcss/lib/css/*' dist/css",
21
"_esbuild": "node build.mjs",
22
"prebuild": "npm run _pre",
23
"build": "npm run _esbuild -- --minify",
0 commit comments