File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Fixed
11
+
12
+ - Fixed location of embedded preflight CSS file ([ #231 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/231 ) )
11
13
12
14
## [ 0.5.8] - 2023-12-05
13
15
Original file line number Diff line number Diff line change 17
17
"url" : " https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
18
18
},
19
19
"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" ,
21
21
"_esbuild" : " node build.mjs" ,
22
22
"prebuild" : " npm run _pre" ,
23
23
"build" : " npm run _esbuild -- --minify" ,
You can’t perform that action at this time.
0 commit comments