Tyrion sass snippetsSimple sass snippets to speed up work with sass files. SnippetsList of avaible snippets ColorsAll colors start with prefix sass
Each color can be combine with following key words:
So final shortcut is: sassBlueDark. This will generate "blue('dark')". In VS code you can just type e.g "bld" and you will get same code as above SpaceAll space snippets start with sass
To use it type space and value e.g. small, large etc. It will genereate space('spaceLarge') |