Skip to content

Commit

Permalink
ensure @variant also triggers processing Tailwind CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 30, 2025
1 parent a03ee51 commit 6e3cbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@tailwindcss-postcss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
node.name === 'import' ||
node.name === 'reference' ||
node.name === 'theme' ||
node.name === 'variant' ||
node.name === 'config' ||
node.name === 'plugin' ||
node.name === 'apply'
Expand Down

0 comments on commit 6e3cbac

Please sign in to comment.