| Current File : /var/www/hrms.uiet.co.in/node_modules/postcss-ordered-values/dist/lib/mathfunctions.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// All of the curently implemented math functions
var _default = ['calc', 'clamp', 'max', 'min'];
exports.default = _default;
module.exports = exports.default;