tonic-ui icon indicating copy to clipboard operation
tonic-ui copied to clipboard

Add support for CSS variables

Open cheton opened this issue 2 years ago • 0 comments

:root {
  --tonic-ui-theme-colors-gray-100: #151515;
  --tonic-ui-theme-colors-gray-90: #212121;
  --tonic-ui-theme-colors-gray-80: #303030;
  --tonic-ui-theme-colors-gray-70: #424242;
  --tonic-ui-theme-colors-gray-60: #5e5e5e;
  --tonic-ui-theme-colors-gray-50: #8a8a8a;
  --tonic-ui-theme-colors-gray-40: #adadad;
  --tonic-ui-theme-colors-gray-30: #c9c9c9;
  --tonic-ui-theme-colors-gray-20: #e0e0e0;
  --tonic-ui-theme-colors-gray-10: #f2f2f2;
}

cheton avatar Apr 29 '22 12:04 cheton