Rob Wierzbowski

Results 63 comments of Rob Wierzbowski

I very much like the ruby syntax. If there's an internal conflict that makes that difficult, most people understand the caret syntax too: ``` scss 5px^2 ```

That is how Sass deals with a manual square right now. Obviously the intention would be for it to be 25px.

Half units == decimal exponents, and "the scale moves to quickly" is behavior specific to the modular scale extension. I think the main point is right now we can make...

That's reasonable. @scottkellum, want to collab on a Sassy Math package?

Ha, well look at that. Consider it :star:'d

I like the idea of combining contexts/queries per extend, but not necessarily combining contexts/queries between different extends or with non-extended rulesets. My ideal would be: #### SCSS ``` scss %half...

My example was based off @Snugug's (which I think is valid). But disagreeing with the example is not a disagreement with the issue. @chriseppstein Do you think we shouldn't be...

I really appreciate the points on both sides here, and I think they're making the argument for extend with a flag very strong. It's a syntax that users expect, and...

My thought is that there isn't a way with current abstractions to do what I and other users are asking. Is there a way to create the behavior in https://github.com/nex3/sass/issues/1050#issuecomment-31323331...

Sass isn't only for newcomers. Preserving source order at the expense of a little more markup is a positive trade IMO. Rob Wierzbowski @robwierzbowski http://twitter.com/#!/robwierzbowski http://github.com/robwierzbowski http://robwierzbowski.com On Wed, Feb...