Completely updated React, fixed #11, (hopefully)
This commit is contained in:
16
goTorrentWebUI/node_modules/material-ui/es/styles/jssPreset.js
generated
vendored
Normal file
16
goTorrentWebUI/node_modules/material-ui/es/styles/jssPreset.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import jssGlobal from 'jss-global';
|
||||
import jssNested from 'jss-nested';
|
||||
import jssCamelCase from 'jss-camel-case';
|
||||
import jssDefaultUnit from 'jss-default-unit';
|
||||
import jssVendorPrefixer from 'jss-vendor-prefixer';
|
||||
import jssPropsSort from 'jss-props-sort';
|
||||
|
||||
// Subset of jss-preset-default with only the plugins the Material-UI
|
||||
// components are using.
|
||||
function jssPreset() {
|
||||
return {
|
||||
plugins: [jssGlobal(), jssNested(), jssCamelCase(), jssDefaultUnit(), jssVendorPrefixer(), jssPropsSort()]
|
||||
};
|
||||
}
|
||||
|
||||
export default jssPreset;
|
Reference in New Issue
Block a user