Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitive/sublime-stylint-sorting
https://github.com/nitive/sublime-stylint-sorting
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitive/sublime-stylint-sorting
- Owner: Nitive
- Created: 2016-02-21T07:31:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T09:59:25.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T06:01:14.980Z (10 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)