Home>
・
As the title suggests, when I create a partial file with Sass, I would like to solve the problem that the CSS file is automatically generated. As shown in the image, "_ (underscore)" is added to the beginning of the partial file name. The editor used is Vscode and the extension [Easy Sass].
When importing a partial file with style.scss file, it can be saved if it is @import "_responsive.scss", but if "_ (underscore)" and ".scss (extension)" are omitted, an error will occur Is it related to the fact that
"easysass.excludeRegex": "^ _ +"
The above settings are complete.
-
Answer # 1
Related articles
- git - when rails/s, log file and tmp file are automatically generated
- The solution of the js automatically generated element stacking with the original elements of the page
- apache - i want to automatically update the cache of a site created with vue and pwa when there is a new file
- is a vendor prefix automatically added when compiling with vs code's live sass compiler?
- java - files are not automatically generated when spring legacy project of spring tool suite is selected
- initial db [postgres] automatically generated by postgresql
- gulp4 sass compilation process is automatically executed only once
- linux - duplicate file (2rb) is automatically generated for some reason
- api - is it possible to get information on automatically generated subtitles for youtube videos?
- AndroidStudio does not automatically add newly created files to VCS
- Detailed explanation of automatically generated construction methods in Java
- firebase - how to use the id automatically generated when creating a document in firestore inside the document
- Detailed numpy automatically generated array
- Annotation method automatically generated when iOS Xcode creates a file
- python - executing macro automatically created with xlwings quickstart myproject causes compilation error
- wordpress - unnecessary links are automatically generated on pages used by the plugin "mts simple booking-c"
- javascript - [gas] created a script that automatically sends gmail when the specified period is reached, but it is not sent
- php - i want to prevent the form automatically generated by laravel javascript from disappearing when redirecting
- i want to automatically display the text file created by the java program on the screen
Trends
I stopped at the same place
"easysass.excludeRegex": "^ _ +"
Is purely ^ _ + Description] (368f5cffb7e76205324d6346314f82cf.png)] (21bceb99d51c070817b33287a00fe37b.png)
I was able to go if I put it.