Skip to content

Instantly share code, notes, and snippets.

View hitaboy's full-sized avatar
👋
Keep swinging

Pere Esteve hitaboy

👋
Keep swinging
View GitHub Profile
@hitaboy
hitaboy / gist:a14c64b92d18ccd804802701bb4b74c4
Created May 11, 2022 09:04
SCSS Svelte VSCODE Configuration
This is the at-rule-no-unknown rule provided by vscode's built-in list.
In order to get rid of it you need to do the following:
1. Install stylelint extension code --install-extension stylelint.vscode-stylelint
2. Install stylelint recommended config npm install stylelint-config-recommended --save-dev
3. Add these two lines in your vscode USER SETTINGS