@postenbring/hedwig-tokens
Advanced tools
Comparing version 0.0.0-setup-stylelint-20231115221231 to 0.0.0-small-fixes-20231116215003
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "0.0.0-setup-stylelint-20231115221231", | ||
"version": "0.0.0-small-fixes-20231116215003", | ||
"sideEffects": false, | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"assets/**", | ||
"tokens-output/**" | ||
"tokens-output/**", | ||
"tailwind.config.js" | ||
], | ||
@@ -21,3 +22,2 @@ "scripts": { | ||
"eslint-config-custom": "*", | ||
"sd-tailwindcss-transformer": "1.4.0", | ||
"style-dictionary": "3.9.0", | ||
@@ -24,0 +24,0 @@ "style-dictionary-utils": "2.0.1", |
@@ -83,1 +83,5 @@ export const PostenColorsSignatureRed : "#e32d22"; | ||
export const BreakpointsXlarge : "1200px"; | ||
export const Opacity7 : ".07"; | ||
export const Opacity10 : ".1"; | ||
export const Opacity20 : ".2"; | ||
export const Opacity50 : ".5"; |
@@ -78,3 +78,7 @@ { | ||
"breakpoints-large": "940px", | ||
"breakpoints-xlarge": "1200px" | ||
"breakpoints-xlarge": "1200px", | ||
"opacity-7": ".07", | ||
"opacity-10": ".1", | ||
"opacity-20": ".2", | ||
"opacity-50": ".5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
970042
8
547