Skip to content

Commit

Permalink
fix: ensure core css is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 4, 2023
1 parent 2c74ab4 commit 03f5c2f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions paragon/core.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Imported by `@edx/paragon` during the execution of its `build-scss` script. Include
// any custom overrides for the Paragon theme below.
// Imported by `@edx/paragon` during the execution of its `build-scss` script. Includes
// CSS overrides from the brand design tokens and any other custom styles.

@import './css/core/index.css';

// Define custom styles here...
2 changes: 1 addition & 1 deletion paragon/css/core/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 04 Jun 2023 15:56:08 GMT
* Generated on Sun, 04 Jun 2023 16:12:06 GMT
*/

4 changes: 2 additions & 2 deletions paragon/css/core/index.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "variables.css";
@import "custom-media-breakpoints.css";
@import "./variables.css";
@import "./custom-media-breakpoints.css";
2 changes: 1 addition & 1 deletion paragon/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 04 Jun 2023 15:56:08 GMT
* Generated on Sun, 04 Jun 2023 16:12:06 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion paragon/css/themes/light/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 04 Jun 2023 15:56:08 GMT
* Generated on Sun, 04 Jun 2023 16:12:06 GMT
*/

:root {
Expand Down

0 comments on commit 03f5c2f

Please sign in to comment.