[sass] Convert px to int? (Simply want to change the units.)

1,755 views
Skip to first unread message

Chris Roth

unread,
Apr 14, 2011, 5:15:01 PM4/14/11
to Haml
This seems like a simple enough thing to do, but I can't find it in
the docs oddly enough. Is there a way to convert a value from pixels
to an integer?

For example:

int(40px) == 40

Thanks!

Chris Eppstein

unread,
Apr 14, 2011, 5:18:34 PM4/14/11
to ha...@googlegroups.com
40px / 1px will do the trick.


--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to ha...@googlegroups.com.
To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.


Chris Roth

unread,
Apr 14, 2011, 5:33:27 PM4/14/11
to Haml
Perfect! Thanks, that gets the job done.

Still advocate the addition of an int() function. I feel that that
would be a little more elegant :p

Chris Eppstein

unread,
Apr 14, 2011, 5:36:33 PM4/14/11
to ha...@googlegroups.com
It's trivial to build. But I've yet to find a compelling use case for such a function.

Chris Eppstein

unread,
Apr 25, 2013, 11:25:35 AM4/25/13
to ha...@googlegroups.com
I contend that

$i/1px

Is just fine in this situation. 

Chris

On Thursday, April 4, 2013, Vlad Minaev wrote:
Consider the following example. It does not related to haml but to sass

=====

$minimal-font-size: 10px;
$minimal-font-size: 15px;

@for $i from $minimal-font-size through $maximal-font-size {
  .type-#{$i} {
    font-size: $i;
   }
}

=====

I'd better see .type-10 rather then .type-10px

пятница, 15 апреля 2011 г., 1:36:33 UTC+4 пользователь Chris Eppstein написал:
To unsubscribe from this group and stop receiving emails from it, send an email to haml+uns...@googlegroups.com.

To post to this group, send email to ha...@googlegroups.com.
Visit this group at http://groups.google.com/group/haml?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages