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