Frontline Sass snippets for Atom and VS Code.
apm install frontline-sass-snippets
https://atom.io/packages/frontline-sass-snippets
code --install-extension threespot.frontline-sass-snippets
https://marketplace.visualstudio.com/items?itemName=Threespot.frontline-sass-snippets
Snippets for the main variables, functions and mixins, as well as the selector mixins.
See documentation for a comprehensive list.
VS Code snippets are generated using the convert-atom-snippets-to-vscode
module. Any added snippet files will also need to be added to the package.json
contributes.snippets
key.
node node_modules/convert-atom-snippets-to-vscode/src/command.js snippets/ vs-snippets/
npm version patch
apm publish --tag v1.0.1
vsce publish v1.0.1
git push --tags