facebook

@use in *.scss not known

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #675850 Reply

    hobijn
    Participant

    Hi,
    I got warnings that in sass files (*.scss) calculations using ‘/’ should be replaced bij math.div().
    So I added

    @use
    “sass:math”;
    and used math.div(…)

    Now I get a marker at the @use -line “unknown at rule @use” and an error at the math.div line “semi-colon expected” and “{ expected”

    How can I make CodeMix handle this properly?

    #675877 Reply

    support-swapna
    Moderator

    Hi,

    Sorry that you are seeing this issue with CodeMix.
    Please note that CodeMix has reached end of life. No new releases will be made.

    MyEclipse 2021 is the alternative which supports SASS/SCSS using the language server tech. I tested the @debug math.div(1, 2); in MyEclipse 2021 and see no errors being reported. If possible, please install MyEclipse 2021 and evaluate it. We offer a free 30 day trial period.

    Do let us know if you have any further questions.

    –Swapna
    Genuitec Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: @use in *.scss not known

You must be logged in to post in the forum log in