]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/styles/defaults/_functions.scss
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles / defaults / _functions.scss
CommitLineData
f67539c2
TL
1@function strip-unit($value) {
2 @return $value / ($value * 0 + 1);
3}