Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitive/sublime-stylint-sorting


https://github.com/nitive/sublime-stylint-sorting

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Stylint Sorting for Sublime
Sublime plugin to sort css properties by `sortOrder` rule in your `.stylintrc`.

![demo](http://s.csssr.ru/2016-02-21-1309-bvz3p1tkh3.gif)

## Instalation
Clone repository into `Packages/` folder. (`~/Library/Application Support/Sublime Text 3/Packages/` for OS X)

## Usage
Select lines you want to sort and choose
Selection > Stylint Sorting or press `alt+shift+S`

## Updating
Just pull changes from repository

## Customization hotkey
Add `{ "keys": ["your+hotkey"], "command": "stylint_sorting" }`
to your keymap (Preferences > Key Binding – User)