Skip to content

Commit

Permalink
Fix @use config for Sass imports file
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Dec 18, 2024
1 parent a96f3d2 commit 288f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plopfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function (plop) {
type: 'append',
path: 'packages/css/src/components/index.scss',
pattern: `/* Append here */`,
template: `@use "./{{kebabCase name}}/{{kebabCase name}}" as *;`,
template: `@use "./{{kebabCase name}}/{{kebabCase name}}";`,
},
{
type: 'add',
Expand Down

0 comments on commit 288f841

Please sign in to comment.