Skip to content

Commit

Permalink
feat: add defaults to theme-urls.json output on build (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jul 23, 2023
1 parent 4de2486 commit 26f58a8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,10 +17,10 @@
},
"scripts": {
"build-design-tokens": "build-design-tokens --source ./tokens/src --build-dir ./paragon/css --source-tokens-only",
"build-scss": "build-scss --corePath ./paragon/core.scss --themesPath ./paragon/css/themes",
"build-scss": "build-scss --corePath ./paragon/core.scss --themesPath ./paragon/css/themes --defaultThemeVariants light",
"build": "make build"
},
"devDependencies": {
"@edx/paragon": "21.0.0-alpha.35"
"@edx/paragon": "21.0.0-alpha.40"
}
}
2 changes: 1 addition & 1 deletion paragon/css/core/custom-media-breakpoints.css
@@ -1,6 +1,6 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 16 Jul 2023 13:40:14 GMT
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
*/

4 changes: 2 additions & 2 deletions paragon/css/core/index.css
@@ -1,4 +1,4 @@
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap');

@import "./variables.css";
@import "./custom-media-breakpoints.css";
@import "./variables.css";
2 changes: 1 addition & 1 deletion paragon/css/core/variables.css
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 16 Jul 2023 13:40:14 GMT
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion paragon/css/themes/light/variables.css
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 16 Jul 2023 13:40:14 GMT
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
*/

:root {
Expand Down

0 comments on commit 26f58a8

Please sign in to comment.