[stackoverflow] [progress Openedge Abl] Openedx: Changing Sass Variables Starting With...

Status
Not open for further replies.
U

user2349115

Guest
I overrided the file sass/partials/base/_variables.scss in my theme folder but after generating it is not generating for variables that starts with uxpl. But if I change other variables, they are reflecting in the generated css.

Here is an example: $uxpl-blue-base: red; $m-blue-d5: $uxpl-blue-base;

// Sass file
.abc
color: $uxpl-blue-base //shows the original value, not red after generating css.
.def
color: $m-blue-d5 //shows red, not the original value after generating css.


I dont understand the logic here. Can you please explain how to fix this ?

Continue reading...
 
Status
Not open for further replies.
Top