Skip to content

Commit f9015af

Browse files
authored
Merge pull request #133 from srambach/gray-45
fix(config): fix path so that palette stylesheet is generated
2 parents 114cc00 + 5d87546 commit f9015af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/module/build/css/tokens-palette.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Do not edit directly
3-
// Generated on Wed, 10 Sep 2025 19:58:14 GMT
3+
// Generated on Wed, 11 Feb 2026 20:28:14 GMT
44

55
@mixin pf-v6-tokens {
66
--pf-t--color--black: #000000;
@@ -16,6 +16,7 @@
1616
--pf-t--color--gray--20: #e0e0e0;
1717
--pf-t--color--gray--30: #c7c7c7;
1818
--pf-t--color--gray--40: #a3a3a3;
19+
--pf-t--color--gray--45: #8c8c8c;
1920
--pf-t--color--gray--50: #707070;
2021
--pf-t--color--gray--60: #4d4d4d;
2122
--pf-t--color--gray--70: #383838;
@@ -46,6 +47,7 @@
4647
--pf-t--color--purple--60: #3d2785;
4748
--pf-t--color--purple--70: #21134d;
4849
--pf-t--color--purple--80: #1b0d33;
50+
--pf-t--color--red--05: #fef0f0;
4951
--pf-t--color--red--10: #fce3e3;
5052
--pf-t--color--red--20: #fbc5c5;
5153
--pf-t--color--red--30: #f9a8a8;

packages/module/config.palette-colors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"source": ["tokens/default/*.json"],
2+
"source": ["tokens/default/light/*.json"],
33
"platforms": {
44
"css": {
55
"transformGroup": "patternfly/css",

0 commit comments

Comments
 (0)