Jesus sucks
This commit is contained in:
12
backend/frontend/node_modules/@mui/material/node/styles/shouldSkipGeneratingVar.js
generated
vendored
Normal file
12
backend/frontend/node_modules/@mui/material/node/styles/shouldSkipGeneratingVar.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = shouldSkipGeneratingVar;
|
||||
function shouldSkipGeneratingVar(keys) {
|
||||
var _keys$;
|
||||
return !!keys[0].match(/(cssVarPrefix|typography|mixins|breakpoints|direction|transitions)/) || !!keys[0].match(/sxConfig$/) ||
|
||||
// ends with sxConfig
|
||||
keys[0] === 'palette' && !!((_keys$ = keys[1]) != null && _keys$.match(/(mode|contrastThreshold|tonalOffset)/));
|
||||
}
|
||||
Reference in New Issue
Block a user