Files
GamePortrait/node_modules/postcss-ordered-values/src/lib/mathfunctions.js
T

4 lines
123 B
JavaScript

'use strict';
// All of the curently implemented math functions
module.exports = new Set(['calc', 'clamp', 'max', 'min']);