Skip to content

Commit

Permalink
change scss output from css variables to scss variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Sep 13, 2023
1 parent 59e3910 commit 3d5b19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-experts-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

change scss output from css variables to scss variables
2 changes: 1 addition & 1 deletion src/platforms/scss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const scss: PlatformInitializer = (outputFile, prefix, buildPath): StyleD
{
destination: outputFile,
filter: isSource,
format: `scss/mixin-css-variables`,
format: `scss/variables`,
options: {
mixinName,
outputReferences: false,
Expand Down

0 comments on commit 3d5b19c

Please sign in to comment.