Skip to content

Commit

Permalink
feat(common-css): added common settings into the distributed scss list
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili committed Dec 13, 2023
1 parent 0e85f1a commit d3d6170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/common-css/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"glob": "_common-variables.scss",
"input": "packages/common-css/src",
"output": "dist/sass"
},
{
"glob": "_common-settings.scss",
"input": "packages/common-css/src",
"output": "dist/sass"
}
]
},
Expand Down

0 comments on commit d3d6170

Please sign in to comment.