From 3f9d9a0e5785e825ca30aa7efc8d032dd04c34c2 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Fri, 20 Oct 2023 14:20:27 +0530 Subject: [PATCH] fix: add espresso variables to website as well --- frappe/public/scss/website/css_variables.scss | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/frappe/public/scss/website/css_variables.scss b/frappe/public/scss/website/css_variables.scss index 463a0db49e..4618805f39 100644 --- a/frappe/public/scss/website/css_variables.scss +++ b/frappe/public/scss/website/css_variables.scss @@ -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};