Overriding class definitions with Less
问题 I'm trying to customize a Joomla template, which is based on Bootstrap. Specifically, I'm trying to make a "hardcoded" .span4 have the width of a .span3. Sure, it would be much easier to change the markup, but I think that's what css is for, despite the way most of us use Bootstrap for defining layout and visual appearance. Besides, where would be the fun of learning? For that, this is what I'm trying in the my_css.less provided with the template: .row-fluid #top1.span4 { .row-fluid .span(3);