Closed visnup closed 14 years ago
say you have something like:
.person h1, h2, p :margin-left 5px
this compiles to:
.person h1, h2, p { margin-left: 5px;}
which is way badly wrong because now all of my h2 and p tags have a left margin on them.
whoops, wrong repo. this one goes in sass.js. :(
say you have something like:
this compiles to:
which is way badly wrong because now all of my h2 and p tags have a left margin on them.