CSS Preprocessor does not compile

  • Unknown's avatar

    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)

  • Unknown's avatar

    Finally I’ve got it…

    There was an error in my CSS syntax, now it’s ok.

    Thanks.

  • The topic ‘CSS Preprocessor does not compile’ is closed to new replies.