SeanJM / atom-css-clean

A plugin for Atom which sorts and aligns CSS and SASS
MIT License
20 stars 2 forks source link

Webkit Pseudo Classes being removed on cleaning #25

Closed ArmandoValencia closed 8 years ago

ArmandoValencia commented 8 years ago

Hi, some elements in my css are being removed on cleaning. ¿This is an expected behavior? It affects this classes in particular, i haven't checked more, but if this issue is valid, i can help you check which other pseudo classes are being removed.

-webkit-column-count : 3; -moz-column-count : 3; column-count : 3;

Thank you.

SeanJM commented 8 years ago

I'm slowly refactoring the code for a new version, the issue here is that this property is just not listed in the properties list. It will take me a few weeks before I can fix this.

iFwu commented 8 years ago

It's a serious problem. After a clean that deleted all the code that after "some invalid properties" in the class, I realized I have to stop use CSS clean plugin until the bug solves… A temporary solution is that put all "hack" properties in a separate file. Come on and fix the annoying bug, and thanks for the plugin : ) .

SeanJM commented 8 years ago

I am almost there, have patience.

SeanJM commented 8 years ago

Done and fixed. Uploaded the refactored version seconds ago.