atom-csscomb
atom-csscomb copied to clipboard
Atom Editor Plugin for CSSComb [NOT MAINTAINED, SEE ISSUES]
This project is no longer maintained. If you are interested in taking over this package, please let me know.
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.16.0 ia32 **Electron**: 1.3.13 **OS**: Unknown Windows version **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package 0.3.1 ### Stack Trace Uncaught TypeError: Cannot read property...
I know there is an option to set sort-order-fallback to "abc" but I believe that is for "unknown css properties". Is there a way to sort your CSS properties in...
A project specific config file should be used in favour of the global one, not the other way around.
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.4.3 **System**: elementary OS **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.3.1 ### Stack Trace Uncaught TypeError: Cannot read property 'last' of...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.2 **System**: Mac OS X 10.10.4 **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.3.1 ### Stack Trace Uncaught TypeError: Cannot read property...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.3 **System**: Mac OS X 10.11 **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.3.1 ### Stack Trace Uncaught TypeError: Cannot read property...
[Enter steps to reproduce below:] 1. Select "Sort" from Packages -> CSScomb menu **Atom Version**: 0.189.0 **System**: Microsoft Windows 7 Professional **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.1.2 ### Stack Trace Uncaught...
### Steps to reproduce 1. I tried to execute "CssComb: Run" in the following file: ``` Scss @charset "utf-8"; // Apply styles for the page approach. @mixin apply-page-approach($ns) { html##{$ns}...