8000 GitHub - ksgy/makeCSS-sublime: Sublime plugin to use makeCSS (https://github.com/ksgy/makeCSS)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo color-fg-muted mr-2"> / makeCSS-sublime Public

Sublime plugin to use makeCSS (https://github.com/ksgy/makeCSS)

Notifications You must be signed in to change notification settings

ksgy/makeCSS-sublime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

makeCSS plugin for Sublime Text 2
=================================

Usage:
* Clone https://github.com/ksgy/makeCSS & config it to your needs
* Download and copy "makeCSS-sublime" folder to Sublime's Packages/User.
* Add a hotkey definition to User keymap file, like this:

[{
  "keys": [
    "ctrl+shift+c"
  ],
  "args": {"args": "python /path/to/sublime/package/folder/Packages/User/makeCSS/makecss.py "},
  "command": "makecss",

...

----------------------------------

By default the whole file will be parsed if no selected text. If HTML code is selected then that is passed to makeCSS.

Have fun!

----------------------------------

TODO: error handling if the selection is not valid html code.

----------------------------------

License: do whatever you want :)

About

Sublime plugin to use makeCSS (https://github.com/ksgy/makeCSS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0