]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/styles/defaults/_functions.scss
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles / defaults / _functions.scss
CommitLineData
20effc67
TL
1@use 'sass:math';
2
f67539c2 3@function strip-unit($value) {
20effc67 4 @return math.div($value, $value * 0 + 1);
f67539c2 5}