i have found $spacing-unit: 30px;
in main.scss
i could not find much info.
is it an outdated syntax ?
i have found $spacing-unit: 30px;
in main.scss
i could not find much info.
is it an outdated syntax ?
Hi @leela52452!
This is a Sass-style variable (Sass being a CSS pre-processor that uses custom syntax not found in the native CSS language). See https://sass-lang.com/documentation/variables for more information.
hello @chrisdavidmills
yes, you are right
just gone through couple of minutes on saas documentation link. wow!!! it is excellent,
thank you