Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4cbf657
Add PostCSS plugin to fix relative `@content` and `@plugin` paths in …
philipp-spiess Jul 26, 2024
a04e2ba
Add invalid path examples
philipp-spiess Jul 26, 2024
74cee52
Run CI on Windows workers
philipp-spiess Jul 26, 2024
4a86bb5
Fix linter issue and append missing ;
philipp-spiess Jul 26, 2024
9721170
Disable fail-fast so that windows tests run through even when mac tes…
philipp-spiess Jul 26, 2024
81ee9c7
Only lint on linux
philipp-spiess Jul 26, 2024
9cdeed9
Revert changes that makes CI run on Windows (and mvoe it to #14065)
philipp-spiess Jul 26, 2024
68c5b16
Move plugin into a separate, private, package
philipp-spiess Jul 26, 2024
13f562e
Run new plugin for CLI and postcss clients
philipp-spiess Jul 26, 2024
e297bfe
Use over
philipp-spiess Jul 26, 2024
1162822
Fix relative paths that would have removed
philipp-spiess Jul 26, 2024
e5b330d
Fix vite integration by avoiding infinite loops and handling string c…
philipp-spiess Jul 29, 2024
70a96e6
Rename postcss plugin to internal-postcss-fix-relative-paths
philipp-spiess Jul 29, 2024
663181a
Clean up vite config callback
philipp-spiess Jul 29, 2024
e60d0b5
Add (failing) test for postcss client
philipp-spiess Jul 29, 2024
64175c5
Fix pnpm dependencies
philipp-spiess Jul 29, 2024
73111a5
Fix linter issues
philipp-spiess Jul 29, 2024
e474510
Fix issue with postcss client by converting to a visitor API and avoi…
philipp-spiess Jul 29, 2024
11bf660
Get rid of a few more const
philipp-spiess Jul 29, 2024
2c34553
Apply PR feedback
philipp-spiess Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pnpm dependencies
  • Loading branch information
philipp-spiess committed Jul 29, 2024
commit 64175c561c0123ae2b6cbfc1bcc4b47d276d3b40
2 changes: 1 addition & 1 deletion packages/@tailwindcss-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lightningcss": "^1.25.1",
"postcss-import": "^16.1.0",
"tailwindcss": "workspace:^",
"postcss-fix-relative-paths-plugin": "workspace:^"
"internal-postcss-fix-relative-paths": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.12.12",
Expand Down
5 changes: 2 additions & 3 deletions packages/internal-postcss-fix-relative-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "postcss-fix-relative-paths-plugin",
"name": "internal-postcss-fix-relative-paths",
"version": "0.0.0",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,6 @@
"@types/node": "^20.12.12",
"@types/postcss-import": "^14.0.3",
"postcss": "8.4.24",
"postcss-import": "^16.1.0",
"tailwindcss-test-utils": "workspace:*"
"postcss-import": "^16.1.0"
}
}
28 changes: 12 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.