How can vscode recognize this way of writing?

problem description

@component-namespace lu{
    @b row{
        box-sizing:border-box;
        position: relative;
        @utils-clearfix;

        @m flex{
            display: flex;
            &::after,
            &::before{
                display:none;
            }
        }
    }

I use this way to vscode error
Unknown at rule @ component-namespace
how to solve this, and the highlight of the code is not normal

what result do you expect? What is the error message actually seen?


are you writing less style in .css file? Just change the file suffix


I installed the easy sass plug-in, and then write the file suffix name as .sass. In addition, I don't know if you pasted it wrong, you wrote half of the curly braces.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32bc9-2be21.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32bc9-2be21.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?