mquandalle / meteor-jade

The Jade template engine for Meteor/Blaze
http://atmospherejs.com/mquandalle/jade
MIT License
307 stars 39 forks source link

Repeated classes removed #206

Closed humbertocruz closed 8 years ago

humbertocruz commented 8 years ago

Hello,

I'm using Jade with MeteorJS and the "incredible" Semantic-UI. Today I noticed that the jade compiler is removing the repeated classes of the elements. This should be ok but not for the semantic ui, for example:

div.ui.middle.aligned.center.aligned.grid

the second aligned class is removed and the div is not "center aligned"

there is any way the avoid that ? a jade config {remove.repeated.classes:false} por example ?

Thanks

Dartv commented 8 years ago

This is not related to jade compiler but to Meteor itself. There was an issue about this https://github.com/Semantic-Org/Semantic-UI/issues/1526