Skip to content
Merged
Changes from 1 commit
Commits
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
ensure we process Tailwind CSS when using @reference
  • Loading branch information
RobinMalfait committed Jan 30, 2025
commit 2173c810a838a3759b3253ee59dd14370b464212
1 change: 1 addition & 0 deletions packages/@tailwindcss-postcss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
root.walkAtRules((node) => {
if (
node.name === 'import' ||
node.name === 'reference' ||
node.name === 'theme' ||
node.name === 'config' ||
node.name === 'plugin' ||
Expand Down