-
When i compile the scss file to css i get following odd values for bg-gradient in the css : .bg-gradient { note : I have enabled the following in variables : $enable-gradients: true !default; |
Beta Was this translation helpful? Give feedback.
Answered by
mdo
Jul 8, 2020
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
var(--bs-gradient)
is the syntax for CSS custom properties, aka CSS variables. See https://v5.getbootstrap.com/docs/5.0/customize/css-variables/ for some details.