Skip to content

Commit

Permalink
Merge pull request #42 from Siilwyn/patch-1
Browse files Browse the repository at this point in the history
Add CSS Declaration Sorter under Uncategorized
  • Loading branch information
mehcode committed Jan 16, 2017
2 parents 75e696f + 33e2299 commit fd3c7c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A curated list of delightful Atom packages and resources. For more awesomeness,
- [Code Peek](#code-peek)
- [Color Picker](#color-picker)
- [Copy Paste](#copy-paste)
- [CSS Declaration Sorter](#css-declaration-sorter)
- [Duplicate Selection](#duplicate-selection)
- [Editor Config](#editor-config)
- [Emmet](#emmet)
Expand Down Expand Up @@ -125,6 +126,11 @@ JavaScript, and much more in Atom.
#### [Copy Paste](https://atom.io/packages/copy-paste)
> Types in your code for your from the clipboard/buffer. Simply copy the code and hit the shortcut to watch your code being typed. Copy paste is ideal for screencasts and online courses.
#### [CSS Declaration Sorter](https://atom.io/packages/css-declaration-sorter)
> Sorts your CSS, Less or Sass declarations in Atom, never gets tired. You can choose from various ready-made orders to keep your CSS tidy.
![CSS Declaration Sorter Demo](https://github.com/Siilwyn/css-declaration-sorter-atom/raw/master/show-off.gif)

#### [Duplicate Selection](https://atom.io/packages/duplicate-line-or-selection)
> Duplicates the selection if there is one, otherwise, duplicates the line.
Expand Down

0 comments on commit fd3c7c4

Please sign in to comment.