0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
www
/
vendor
/
css-crush
/
css-crush
/
docs
/
core
/
functions
/
[
Home
]
File: math.md
<!--{ "title": "math()" }--> Evaluate a raw mathematical expression. <code>math( *expression* [, *unit*] )</code> ## Examples ```crush font-size: math( 12 / 16, em ); ``` ```css font-size: 0.75em; ```