Skip to content

Commit

Permalink
Fix embedded preflight location (#231)
Browse files Browse the repository at this point in the history
* Fix embedded preflight location

* Update changelog
  • Loading branch information
thecrypticace committed Dec 5, 2023
1 parent dd4bfce commit fa38999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Fixed

- Fixed location of embedded preflight CSS file ([#231](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/231))

## [0.5.8] - 2023-12-05

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
},
"scripts": {
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
"_pre": "rimraf dist && cpy 'node_modules/tailwindcss/lib/css/*' dist/css",
"_esbuild": "node build.mjs",
"prebuild": "npm run _pre",
"build": "npm run _esbuild -- --minify",
Expand Down

0 comments on commit fa38999

Please sign in to comment.