Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 812 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 812 Bytes

Bootstrap 4 snippets for Atom editor

This is a Bootstrap 4 snippets package for Atom. These snippets are prefixed with bs4-*

Install

Go to Atom > Preferences... then search for Bootstrap 4 Snippets in Packages tab.

Development

$ cd ~/.atom/packages
$ git clone https://github.com/calvintychan/bootstrap4-snippets.git
$ apm install
$ apm link

Change Log

  • 0.2.2 - Fixed the missing leading . error in some of the files which prevent snippets to load properly

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😄

License