-
The CSS is a bit unruly in many of the components in the Design System. We need to clean up and organise the files so they're more consistent and easier to reason around. This should ultimately make t…
-
https://sass-lang.com/documentation/variables/#flow-control-scope
The above link is provided by SCSS. However, it doesn't work for us.
The following approach should be made:
```SCSS
:root {
…
-
##### **Overview of the issue**
I was following the tutorial to set up the React front end and a lot of warnings popped up. Seems like some files or libraries are deprecated or have security is…
-
As in `border-color: $input-border;` where `$input-border` is defined in another file as `#c0c0c0`.
-
# 🙋 feature request
It would be really cool to have scss variable exports available to js.
```
// variables.scss
$white-color: #fcf5ed;
$dark-color: #402f2b;
$light-color: #e6d5c3;
$medium-…
-
The global variables overrides for vuetify are currently not working with this add on.
-
Hello,
We have the requirement that the SCSS variables are read dynamically from the database, as the user independently specifies hex codes via the interface, which then influence the layout of th…
-
The variables-naming in https://github.com/highcharts/highcharts/blob/master/css/highcharts.scss conflicts with other global variables.
All variables should be prefixed, as per https://sass-lang.c…
-
Issue Type: Bug
I have the following line of code in my SCSS file:
@media screen and (max-width : 735px) and #{breakpoint(medium)} {
line-height: 120%;
}
I get the error:
…
-
## Description
https://github.com/digitalspace/bcparks-bootstrap-theme/blob/master/scss/_variables.scss should match with [Colors](https://getbootstrap.com/docs/5.0/utilities/colors/)
Link in file…