All Projects → christianrojas → zurb-ink-sublime-snippets

christianrojas / zurb-ink-sublime-snippets

Licence: other
ZURB Ink Sublime Snippets

Projects that are alternatives of or similar to zurb-ink-sublime-snippets

GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (+0%)
Mutual labels:  snippets, sublime-text
Sublime Rails Snippets
Sublime Text snippets for the latest Ruby and Rails versions
Stars: ✭ 406 (+1524%)
Mutual labels:  snippets, sublime-text
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+928%)
Mutual labels:  snippets, sublime-text
github markdown snippets
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Stars: ✭ 23 (-8%)
Mutual labels:  snippets, sublime-text
Vuejs Snippets Sublime
Vuejs Snippets for Sublime Text
Stars: ✭ 70 (+180%)
Mutual labels:  snippets, sublime-text
network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+228%)
Mutual labels:  snippets, sublime-text
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+1412%)
Mutual labels:  snippets, sublime-text
laravel forms boostrap snippets
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.
Stars: ✭ 38 (+52%)
Mutual labels:  snippets, sublime-text
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (+64%)
Mutual labels:  snippets, sublime-text
Pawn Sublime Language
Pawn language settings for Sublime Text 3. Copied from C++ but with Pawn language and SA:MP specific modifications.
Stars: ✭ 26 (+4%)
Mutual labels:  snippets, sublime-text
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+68%)
Mutual labels:  snippets, sublime-text
Laravel 5 Snippets
Laravel 5 Snippets for Sublime Text
Stars: ✭ 110 (+340%)
Mutual labels:  snippets, sublime-text
rocketnative-sublime-snippets
[DEPRECATED] Rocketseat React Native snippets for Sublime Text Editor
Stars: ✭ 16 (-36%)
Mutual labels:  snippets, sublime-text
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+40%)
Mutual labels:  snippets, sublime-text
Bulma-Snippets-Sublime-Text-Plugin
Bulma Snippets Sublime Text Plugin
Stars: ✭ 13 (-48%)
Mutual labels:  snippets, sublime-text
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+1084%)
Mutual labels:  snippets, sublime-text
sublime-angular-material-snippets
Angular Material Design snippets plugin for Sublime Text 2/3
Stars: ✭ 25 (+0%)
Mutual labels:  snippets, sublime-text
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+136%)
Mutual labels:  snippets, sublime-text
Sublimecodeintel
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Stars: ✭ 5,050 (+20100%)
Mutual labels:  snippets, sublime-text
Sublime Robot Framework Assistant
Robot Framework plugin for Sublime Text3
Stars: ✭ 103 (+312%)
Mutual labels:  snippets, sublime-text

ZURB Ink Sublime Snippets

ZURB Ink version: v1.0.5

Installation

ZURB Ink Sublime Snippets work with the latest development builds of Sublime Text, including Sublime Text 2 and Sublime Text 3.

Using Sublime Package Control

If you are using Will Bond's excellent Sublime Package Control, you can easily install ZURB Ink Sublime Snippets via the Package Control: Install Package menu item. The ZURB Ink Sublime Snippets package is listed as ZURB Ink Snippets in the packages list.

Using Git

Alternatively, if you are a git user, you can install the snippets and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text application settings area.

Mac/Linux Instructions
  1. CD into Sublime Text packages folder cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages

  2. Clone repository into packages folder git clone https://github.com/christianrojas/zurb-ink-sublime-snippets.git

Windows Instructions
  1. CD into Sublime Text packages folder cd "%AppData%\Sublime Text 3\Packages\User"
  2. Clone repository into packages folder git clone https://github.com/christianrojas/zurb-ink-sublime-snippets.git

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files.
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Snippets

  • Each snippet is prefixed with zi- (ZURB Ink).
  • Each snippet is singular, unless the name of the component ends in an s (columns)
  • Available classes are included as comments in the snippets

Grid Structure

Component Usage
Boilerplate zi-boilerplate + tab
Container zi-container + tab
Row zi-row + tab
Wrapper zi-wrapper + tab
Columns zi-columns + tab
Sub Columns zi-sub-columns + tab
Buttons zi-button + tab
Images zi-image + tab
Block Grid zi-block + tab

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Test your changes to the best of your ability.
  4. Update the documentation to reflect your changes if they add or changes current functionality.
  5. Commit your changes (git commit -am 'Added some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create a new pull request.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].