Skip to content

Commit

Permalink
explicitly compile nesting css
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 18, 2024
1 parent fb4b4f2 commit 118723f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ module.exports = {
{ module: CssImport },
{
module: PresetEnv,
options: { stage: 3 }
options: {
stage: 3,
features: { 'nesting-rules': true },
}
}
]
}
Expand Down

0 comments on commit 118723f

Please sign in to comment.