CSS Preprocessor does not compile
-
Hi,
I’m using CSS customization with the option “Preprocessor” set to SASS and my CSS starts with the lines:$radius: 10pt; .my-rounded { border-radius: $radius; }The resulting CSS doesn’t get compiled, as it contains the exact same lines declared in my original CSS/SASS, with the variable, etc..
Setting the Preprocessor to LESS, and changing the syntax obviously, doesn’t resolve the issue.
Am I missing something?
Thank you!The blog I need help with is: (visible only to logged in users)
-
- The topic ‘CSS Preprocessor does not compile’ is closed to new replies.