Skip to content

Commit

Permalink
chore(tokens): Change selector to class
Browse files Browse the repository at this point in the history
  • Loading branch information
srambach committed Oct 30, 2024
1 parent fab6c95 commit 5397497
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-charts-dark.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// Do not edit directly
// Generated on Tue, 29 Oct 2024 13:24:00 GMT
// Generated on Wed, 30 Oct 2024 18:07:49 GMT

@mixin pf-theme-spooky {
.pf-v6-theme-spooky {
--pf-t--chart--global--BorderWidth--lg: 8;
--pf-t--chart--global--BorderWidth--sm: 2;
--pf-t--chart--global--BorderWidth--xs: 1;
Expand Down
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-charts.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// Do not edit directly
// Generated on Tue, 29 Oct 2024 13:24:00 GMT
// Generated on Wed, 30 Oct 2024 18:07:49 GMT

@mixin pf-theme-spooky {
.pf-v6-theme-spooky {
--pf-t--chart--global--BorderWidth--lg: 8;
--pf-t--chart--global--BorderWidth--sm: 2;
--pf-t--chart--global--BorderWidth--xs: 1;
Expand Down
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-dark.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// Do not edit directly
// Generated on Tue, 29 Oct 2024 13:24:00 GMT
// Generated on Wed, 30 Oct 2024 18:07:49 GMT

@mixin pf-theme-spooky {
.pf-v6-theme-spooky {
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
--pf-t--global--dark--background--color--200: #3c145a;
--pf-t--global--dark--background--color--300: #542e71;
Expand Down
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-default.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// Do not edit directly
// Generated on Tue, 29 Oct 2024 13:24:00 GMT
// Generated on Wed, 30 Oct 2024 18:07:49 GMT

@mixin pf-theme-spooky {
.pf-v6-theme-spooky {
--pf-t--global--background--color--100: #fefdff;
--pf-t--global--background--color--200: #f1edf4;
--pf-t--global--background--color--300: #e4dae6;
Expand Down
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-palette.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// Do not edit directly
// Generated on Tue, 29 Oct 2024 13:24:00 GMT
// Generated on Wed, 30 Oct 2024 18:07:49 GMT

@mixin pf-theme-spooky {
.pf-v6-theme-spooky {
--pf-t--color--black: #000000;
--pf-t--color--blue--10: #e0f0ff;
--pf-t--color--blue--20: #b9dafc;
Expand Down

0 comments on commit 5397497

Please sign in to comment.