Skip to content

Commit fa38999

Browse files
Fix embedded preflight location (#231)
* Fix embedded preflight location * Update changelog
1 parent dd4bfce commit fa38999

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Fixed location of embedded preflight CSS file ([#231](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/231))
1113

1214
## [0.5.8] - 2023-12-05
1315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
1818
},
1919
"scripts": {
20-
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
20+
"_pre": "rimraf dist && cpy 'node_modules/tailwindcss/lib/css/*' dist/css",
2121
"_esbuild": "node build.mjs",
2222
"prebuild": "npm run _pre",
2323
"build": "npm run _esbuild -- --minify",

0 commit comments

Comments
 (0)