This is a Bootstrap 4 snippets package for Atom. These snippets are prefixed with bs4-*
Go to Atom > Preferences... then search for Bootstrap 4 Snippets in Packages tab.
$ cd ~/.atom/packages
$ git clone https://github.com/calvintychan/bootstrap4-snippets.git
$ apm install
$ apm link
- 0.2.2 - Fixed the missing leading
.
error in some of the files which prevent snippets to load properly
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request 😄