https://github.com/mrmartineau/sass-snippets
A collection of Sublime Text 2 snippets & functions to be used with SASS. Most snippets are to be used specifically with .scss
https://github.com/mrmartineau/sass-snippets
Last synced: 4 months ago
JSON representation
A collection of Sublime Text 2 snippets & functions to be used with SASS. Most snippets are to be used specifically with .scss
- Host: GitHub
- URL: https://github.com/mrmartineau/sass-snippets
- Owner: mrmartineau
- Created: 2013-01-12T19:51:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T20:01:39.000Z (over 11 years ago)
- Last Synced: 2024-12-30T22:11:11.389Z (5 months ago)
- Homepage:
- Size: 98.6 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#SASS Snippets
### A collection of Sublime Text 2 snippets & functions to be used with SASS. Most snippets are to be used specifically with .scss
### Installation:
Install with Package Control### Tab Triggers:
Use the name of the snippet, e.g. `fade-in` for `fade-in.sublime-snippet` as the tab trigger. If the name has an `@` at the start, ignore it & use the rest, e.g. `if` for the `@if.sublime-snippet`.