Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make themes based off un-released tokens off github repo branch #168

Merged
merged 4 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//load global styles and js
import "../src/js/main.js";
import "../src/css/main.scss";
//import "../src/css/main-qld-corporate.scss";
//import "../src/css/main-qld-high-contrast.scss";
//import "../src/css/main-qld-maroon.scss";
//import "../src/css/main-campaign-neon.scss";

import { themes } from '@storybook/theming';
import {withThemeByClassName, DecoratorHelpers} from '@storybook/addon-themes';
Expand Down
3 changes: 2 additions & 1 deletion src/css/main-campaign-neon-invert.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
//This needs to be dynamically generated based off the tokens theme's
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate


// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
3 changes: 2 additions & 1 deletion src/css/main-campaign-neon.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
//This needs to be dynamically generated based off the tokens theme's
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate


// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
3 changes: 2 additions & 1 deletion src/css/main-invert.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
//This needs to be dynamically generated based off the tokens theme's
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate


// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
1 change: 0 additions & 1 deletion src/css/main-qld-high-contrast-invert.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@charset "UTF-8";
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate

//This needs to be dynamically generated based off the tokens theme's

// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
1 change: 0 additions & 1 deletion src/css/main-qld-high-contrast.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@charset "UTF-8";
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate

//This needs to be dynamically generated based off the tokens theme's

// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
3 changes: 2 additions & 1 deletion src/css/main-qld-maroon-invert.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
//This needs to be dynamically generated based off the tokens theme's
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate


// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
3 changes: 2 additions & 1 deletion src/css/main-qld-maroon.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";
//This needs to be dynamically generated based off the tokens theme's
//GENERATED FILE from main.scss - DO NOT EDIT, delete and run npm run config to regenerate


// These imports have no CSS output, but provide variables, mixins and helpers to aid in construction of
// a design cutup.
Expand Down
Loading