SeanJM / atom-css-clean

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

CSS-Clean the Last Character from CSS Class/Selector etc #12

Closed 734MNOOB closed 8 years ago

734MNOOB commented 8 years ago

Hey mate, there seems to be a problem running your tool where it cuts off the end character of the final css selectors.

I have made a gif below that illustrates the error.

css-clean

SeanJM commented 8 years ago

Hey nice gif and thank you for taking the time, posting the CSS code for bugs is the most useful you can display what broke it.

SeanJM commented 8 years ago

It's the position of the '{' brace. Good catch.

734MNOOB commented 8 years ago

No worries mate :) Glad I could help! Awesome little plugin.

SeanJM commented 8 years ago

Fixed