GitXplorerGitXplorer
e

UIkit-Sublime

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
66b75bf189bb5114eb854946eb778f7c0e0dc842

Info about changes for Sublime 3

committed 11 years ago
Unverified
7c616b1349c762270fcbb1f07081aab4a74af517

Class names added as snippets

committed 11 years ago
Unverified
f0664a6af66e0e177af520d85a0df13db3a600d3

Added Sublime 3 Compatibility

committed 11 years ago
Unverified
f84c3996ff0a54c66b05795d2d76facae864ff6f

test1

committed 11 years ago
Unverified
a7aed5ff277d67931b3ba6e0d8e6e5997d8275b4

testing wip

committed 11 years ago
Unverified
ba11239af641becd6ef5ff3a4a369518586cc47b

added gitattributes and gitignore files

committed 11 years ago

README

The README file for this repository.

UIkit-Sublime

UIkit team made their official plugin

UIkit Sublime

with classnames and data attributes.

This plugin will not be maintained anymore.

Enjoy coding...


History

UIkit CSS Class name completion, for Sublime text editor.

UIkit Framework

Sublime Text editor


Update

Changed to sublime-snippet from sublime-completion. Due to issue with Sublime 3.

INSTALL

1.Trough Package Control

  • Pref --> Package Control - Install Package: search UIkit.

OR

2.Download zip file, open Sublime Text

  • In main menu go to Preferences --> Browse Packages
  • Extract ziped file in Packages folder that you just opened

ACTIVATE

If you already didn't activate Sublime autocomplete, you need to do it now.

  • In main menu go to Preferences --> Settings-User
  • Add Auto complete selectors: "auto_complete_selector": "source, text"
{
  "auto_complete_selector": "source, text"
}

USE

  • Inside class quotes start typing uk.
  • Class names are sorted by length/alphabetically (Sublime style)
    • First block are two parts words, eg. uk-active
    • Than 3-parts words, eg. uk-icon-github
    • etc.

Enjoy coding.