Sign in
chromium
/
devtools
/
devtools-frontend
/
1d3d4e1d62d4e5c40da5dbd00a3d9227fc823430
/
.
/
node_modules
/
postcss-ordered-values
/
src
/
lib
/
mathfunctions.js
blob: 3e63717f207b8bb30d42f87a7a41fabf8c95da3d [
file
]
'use strict'
;
// All of the curently implemented math functions
module
.
exports
=
new
Set
([
'calc'
,
'clamp'
,
'max'
,
'min'
]);