I know the'@'in the path. What does the'@ 'before import mean?

when I look at other code, I see this introduction statement:

    @import "src/assets/scss/index";
As we all know, the"@ "symbol in the path is used to abbreviate the path, so what is the function of the" @ "symbol in front of the import ?

Jul.16,2021

sass syntax

clipboard.png


this is the syntax of less reference style (sass is not very clear). By the way, you can use less in cli3 as follows:

// views/index.vue
@import '~@/styles/utils.less'

adding a tilde allows webpack to alias the normal resolution path

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-1b3c48b-2c30c.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-1b3c48b-2c30c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?