fix: add espresso variables to website as well
This commit is contained in:
parent
710171972f
commit
3f9d9a0e57
1 changed files with 6 additions and 15 deletions
|
|
@ -1,21 +1,12 @@
|
|||
@import '../common/css_variables.scss';
|
||||
@import "../espresso/colors";
|
||||
@import "../espresso/spacing";
|
||||
@import "../espresso/typography";
|
||||
@import "../espresso/shadows";
|
||||
@import "../espresso/borders";
|
||||
|
||||
// Deprecated but remove after all use is removed as well.
|
||||
:root {
|
||||
--gray-50: #{$gray-50};
|
||||
--gray-100: #{$gray-100};
|
||||
--gray-200: #{$gray-200};
|
||||
--gray-300: #{$gray-300};
|
||||
--gray-400: #{$gray-400};
|
||||
--gray-500: #{$gray-500};
|
||||
--gray-600: #{$gray-600};
|
||||
--gray-700: #{$gray-700};
|
||||
--gray-800: #{$gray-800};
|
||||
--gray-900: #{$gray-900};
|
||||
|
||||
--black: #{$black};
|
||||
--primary: #{$primary};
|
||||
--primary-color: #{$primary};
|
||||
--primary-light: #{$primary-light};
|
||||
--light: #{$light};
|
||||
|
||||
--font-size-xs: #{$font-size-xs};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue