Skip to content

Commit

Permalink
Revert temporary dark theme tokens (#74)
Browse files Browse the repository at this point in the history
* Revert "fix: include token for color-primary-300 for dark theme (#73)"

This reverts commit 977f62a.

* Revert "feat: POC for dark mode demo (#71)"

This reverts commit b76772c.
  • Loading branch information
adamstankiewicz committed Jul 25, 2023
1 parent 977f62a commit 7eeb7a7
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 30 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,8 +16,8 @@
"access": "public"
},
"scripts": {
"build-design-tokens": "build-design-tokens --source ./tokens/src --build-dir ./paragon/css --source-tokens-only --themes light dark",
"build-scss": "build-scss --corePath ./paragon/core.scss --themesPath ./paragon/css/themes --defaultThemeVariants light dark",
"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 --defaultThemeVariants light",
"build": "make build"
},
"devDependencies": {
Expand Down
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 Tue, 25 Jul 2023 11:17:09 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 "custom-media-breakpoints.css";
@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 Tue, 25 Jul 2023 11:17:09 GMT
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
*/

:root {
Expand Down
2 changes: 0 additions & 2 deletions paragon/css/themes/dark/index.css

This file was deleted.

Empty file.
10 changes: 0 additions & 10 deletions paragon/css/themes/dark/variables.css

This file was deleted.

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 Tue, 25 Jul 2023 11:17:09 GMT
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
*/

:root {
Expand Down
11 changes: 0 additions & 11 deletions tokens/src/themes/dark/global/color.json

This file was deleted.

0 comments on commit 7eeb7a7

Please sign in to comment.