Skip to content

Commit

Permalink
fix: update customFileHeader during tokens build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Dec 18, 2024
1 parent 92c43c3 commit fc525b7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions styles/css/core/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly, this file was auto-generated. while transforming design tokens.
* See <root>/tokens/README.md for more details.
* Do not edit directly, this file was auto-generated.
* See <PARAGON_ROOT>/tokens/README.md for more details.
*/

@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0px);
Expand Down
4 changes: 2 additions & 2 deletions styles/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly, this file was auto-generated. while transforming design tokens.
* See <root>/tokens/README.md for more details.
* Do not edit directly, this file was auto-generated.
* See <PARAGON_ROOT>/tokens/README.md for more details.
*/

:root {
Expand Down
4 changes: 2 additions & 2 deletions styles/css/themes/light/utility-classes.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly, this file was auto-generated. while transforming design tokens.
* See <root>/tokens/README.md for more details.
* Do not edit directly, this file was auto-generated.
* See <PARAGON_ROOT>/tokens/README.md for more details.
*/

.bg-accent-a {
Expand Down
4 changes: 2 additions & 2 deletions styles/css/themes/light/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly, this file was auto-generated. while transforming design tokens.
* See <root>/tokens/README.md for more details.
* Do not edit directly, this file was auto-generated.
* See <PARAGON_ROOT>/tokens/README.md for more details.
*/

:root {
Expand Down
4 changes: 2 additions & 2 deletions tokens/style-dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ const initializeStyleDictionary = async ({ themes }) => {
StyleDictionary.registerFileHeader({
name: 'customFileHeader',
fileHeader: (defaultMessage) => [
`${defaultMessage} while transforming design tokens.`,
'See <root>/tokens/README.md for more details.',
`${defaultMessage}`,
'See <PARAGON_ROOT>/tokens/README.md for more details.',
],
});

Expand Down

0 comments on commit fc525b7

Please sign in to comment.