Skip to content

Commit

Permalink
Merge pull request #2 from d-sanderson/new-tokens
Browse files Browse the repository at this point in the history
test
  • Loading branch information
d-sanderson authored Feb 16, 2024
2 parents db32865 + ac7d86f commit 2fae78d
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 39 deletions.
97 changes: 92 additions & 5 deletions build/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,98 @@
/**
* Do not edit directly
* Generated on Fri, 16 Feb 2024 05:45:31 GMT
* Generated on Fri, 16 Feb 2024 14:24:49 GMT
*/

:root {
--collection-2-mode-1-green: #00c7b1;
--collection-2-mode-1-purple: #7400e8;
--collection-2-mode-1-yellow: #dbfc7e;
--collection-2-mode-1-pink: #d60df6;
--c-pink: #e40089;
--c-pink-dark: #b8006e;
--c-blue: #05bce7;
--c-blue-dark: #0498b9;
--c-yellow: #fff21f;
--c-green: #66be61;
--c-dark-blue: #262a82;
--c-darker-blue: #121640;
--c-red: #ff0000;
--c-red-soft: #e02f2f;
--c-gray-lighter: #f1f1f7;
--c-gray-light: #c6c6d3;
--c-gray: #9191a2;
--c-gray-dark: #3e3e4b;
--c-black: #000000;
--c-white: #ffffff;
--lc-red-light: #ffc0c8;
--cosmic-special-color: #d7abab;
--lc-blue-on-white: #0080a7;
--lc-blue-sky: #00bce7;
--lc-blue-tooltip-link: #00a0cc;
--lc-events-darker-blue: #0b0c21;
--lc-events-events-gradient-bottom: #262a82;
--lc-green: #34872a;
--lc-blue-celadon: #0080a7;
--lc-maroon: #773232;
--lc-pale-pink: #f1dede;
--lc-pink-light: #fde5f3;
--lc-purple: #412784;
--lc-pink-dark: #a91e8d;
--lc-red-dark: #e82626;
--lc-red-error: #de0000;
--lc-orange: #ff7f41;
--lc-yellow-light: #fff99e;
--lc-teal: #00c4b3;
--lc-blue-light: #85e8ff;
--lc-indigo: #15152f;
--lc-grape: #312467;
--lc-pill-hover: #1f1f1f;
--rounded-full: 9999;
--pill-rounded-closed: 40;
--pill-rounded-open: 34;
--r0-5: 2;
--r1: 4;
--r1-5: 6;
--r2: 8;
--r3-5: 14;
--r3: 12;
--r4: 16;
--r5: 20;
--r6: 24;
--r7: 28;
--r7-5: 30;
--r8: 32;
--r9: 36;
--r10: 40;
--r11: 44;
--r12: 48;
--r13: 52;
--r14: 56;
--r15: 60;
--r16: 64;
--r20: 80;
--r24: 96;
--r28: 112;
--r32: 128;
--r36: 144;
--r40: 160;
--r44: 176;
--r48: 192;
--r52: 208;
--r56: 224;
--r60: 240;
--r64: 256;
--r72: 288;
--r80: 320;
--r96: 384;
--font-size-lg: 18;
--font-size-xl: 20;
--font-size-2xl: 24;
--font-size-base: 16;
--font-size-xs: 12;
--font-size-sm: 14;
--line-height-xs: 16;
--line-height-sm: 20;
--line-height-base: 24;
--line-height-lg: 28;
--line-height-xl: 28;
--line-height-2xl: 32;
--line-height-3xl: 36;
--line-height-4xl: 40;
}
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"css": {
"transformGroup": "css",
"buildPath": "build/",
"prefix": "",
"files": [
{
"destination": "css/variables.css",
Expand Down
Loading

0 comments on commit 2fae78d

Please sign in to comment.