Y
Hacker News
new
|
ask
|
show
|
jobs
by
smt88
4102 days ago
If you use SCSS or LESS, you can inherit the widths into semantic classes. So Bootstrap can be as semantic as you want it to be.
1 comments
ffn
4102 days ago
Just be sure to use @include and not @extend, otherwise you'll wind up blowing through your allowed selector ration and wind up wonky css bugs that you will never be able to resolve without re-writing everything.
link