Sign in
apache
/
cloudstack
/
c64bfa5d855a8e9be44081c6368379033a5a7c5a
/
.
/
ui
/
stylesheets
/
lib
/
neat
/
functions
/
_px-to-em.scss
blob: 058e51e8b515c52596a9f9501f63ad3fdc84e08c [
file
] [
log
] [
blame
]
@function
em
(
$pxval
,
$base
:
16
)
{
@return
(
$pxval
/
$base
)
*
1em
;
}