MCPcopy
hub / github.com/cssinjs/jss / create

Function create

packages/jss-preset-default/src/index.js:14–29  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

12import propsSort from 'jss-plugin-props-sort'
13
14const create = (options = {}) => ({
15 plugins: [
16 functions(),
17 observable(options.observable),
18 template(),
19 global(),
20 extend(),
21 nested(),
22 compose(),
23 camelCase(),
24 defaultUnit(options.defaultUnit),
25 expand(),
26 vendorPrefixer(),
27 propsSort()
28 ]
29})
30
31export default create

Callers 15

index.test.jsFile · 0.90
createSheet.jsFile · 0.90
index.test.jsFile · 0.90
index.test.jsFile · 0.90
index.test.jsFile · 0.90
index.test.jsFile · 0.90

Calls 3

extendFunction · 0.85
camelCaseFunction · 0.85
defaultUnitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…