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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments