UIkit support for Atom
Provides UIkit HTML snippets, class and data-attributes autocompletion featues to Atom.
Install
Look for atom-uikit in the Atom package manager: Settings > Install (packages)
OR run this command
apm install atom-uikit
Key features
- Supports autocompletion of all UIkit classes and data-attributes in Javascript, CSS and HTML
- Adds snippets for all core uikit elements and uikit components
** With a built-in UIkit html template.**
Type ukhtml to insert this complete template in an HTML document.

Autocompletion in HTML and JS
Take advantage of the autocompletion classes and data-attributes of uikit.

Changelog
Added Jade support 1.2.2
13 may 2016
- Added support for Jade (thx to Legend28469)
Upgraded HTML template 1.2.1
03 jan 2016
- Upgraded HTML5 Shiv and Respond.js script reference in HTML template
Initial release 1.1.3
14 july 2015
- Added autocompletion for JS | HTML | CSS
- Added snippets for core elements and components