gitter-badger / bootstrap3-snippets

Boostrap 3 snippets plugin for Atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap 3 snippets for Atom

This is a BS3 snippets package for Atom. These snippets are in bs3-* style such as JasonMortonNZ bs3 snippets

Installation

In Atom, open Preferences > Packages, search for bootstrap3-snippets package. Once it found, click Install button to install package.

Manual installation

You can install the latest bootstrap3-snippets version manually from console:

cd ~/.atom/packages
git clone https://github.com/arandilopez/bootstrap3-snippets
cd boostrap3-snippets
npm install
# Then restart Atom editor.

Usage

An pretty gif of how this works.

Thanks

Thanks to JasonMortonNZ for his awsome ST BS3 snippets.

Issues

Please report any problems or suggestions at issue tracker.

About

Boostrap 3 snippets plugin for Atom editor

License:MIT License