/frontline-sass-snippets

Frontline Sass snippets for Atom and VS Code

Primary LanguageCSSOtherNOASSERTION

frontline-sass-snippets

Frontline Sass snippets for Atom and VS Code.

Install

Atom

apm install frontline-sass-snippets

https://atom.io/packages/frontline-sass-snippets

VS Code

code --install-extension threespot.frontline-sass-snippets

https://marketplace.visualstudio.com/items?itemName=Threespot.frontline-sass-snippets

Snippets

Snippets for the main variables, functions and mixins, as well as the selector mixins.

See documentation for a comprehensive list.

Publishing Updates

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/

Create a new version using npm

npm version patch

Publish to atom

apm publish --tag v1.0.1

Publish to VS Marketplace

vsce publish v1.0.1

Push release to Github

git push --tags