Skip to content

Commit

Permalink
feat: include breakpoint sass variables in dist on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ella-etch committed Sep 18, 2024
1 parent 856a955 commit a0f3b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "CSS variables for use on WRAP's Web Properties",
"scripts": {
"build": "sass src/main.scss dist/index.css",
"build": "sass src/main.scss dist/index.css && cp src/tokens/breakpoint.scss dist/breakpoint.scss",
"prestart": "npm install && husky",
"release": "semantic-release",
"start": "sass --watch src/main.scss dist/index.css",
Expand Down
1 change: 0 additions & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use 'tokens/breakpoint';
@use 'tokens/button';
@use 'tokens/color';
@use 'tokens/container-color';
Expand Down

0 comments on commit a0f3b56

Please sign in to comment.