klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

semi-colon being stripped #12

Closed bmeyer71 closed 13 years ago

bmeyer71 commented 13 years ago

Noticed that the semi-colon from the last line of a selector is being stripped out. I don't see that happening in SASS.

klen commented 13 years ago

Python-scss not have target to be copy of SASS. But I agree with you about last semi-colon. Now it stripped only when compress option enabled (@option compress: true, -m, --compress).

Fixed in version 0.8.3

bmeyer71 commented 13 years ago

Thanks again for the quick fix.

Probably shouldn't have compared it to SASS. It was more of a visual thing.

I appreciate what you are doing with this project. Thanks and keep up the Great work.

On Monday 25 July 2011 02:56:01 you wrote:

Python-scss not have target to be copy of SASS. But I agree with you about last semi-colon. Now it stripped only when compress option enabled (@option compress: true, -m, --compress).

Fixed in version 0.8.3