GitXplorerGitXplorer
e

UIkit-Sublime

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
864be77a5c7ceaa98d632ca4240900027f47d88e

Testing eclipse

committed 11 years ago
Unverified
d4b210a858a57de11d65d2f0611ed8b456ed5d3a

Update README.md

committed 11 years ago
Unverified
183e290eaa6492c18e6fb08384e14fd3100e8c2e

Sublime 3 info added

committed 11 years ago
Unverified
d61a81f1f9e72eac897333d61914825797399ce1

Info about changes for Sublime 3

committed 11 years ago
Unverified
d134747505b0d94bf28b12e3a17c4057408f543b

Merge pull request #2 from easingthemes/wip

committed 11 years ago
Unverified
f1255c3135c72dcd7bba0305c49b05c55527f9c1

Info about changes for Sublime 3

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.