📄 mathfunctions.js
/home/palash/git/site/node_modules/postcss-ordered-values/src/lib/mathfunctions.js
Language: js • Lines: 3
'use strict';
// All of the curently implemented math functions
module.exports = new Set(['calc', 'clamp', 'max', 'min']);