@mvuijs/core / style / sheet
sheet() #
Create a list of CSS rulesets for use with the styles field.
Example #
style.sheet({
  'button': {
    'background': 'black',
    'color': 'white',
  }
})
Signature #
sheet(sheet: object): MvuiCSSSheet;
Parameters #
| Name | Type | 
|---|---|
sheet | 
{ } | 
Returns #
Defined in: packages/core/src/style/sheet.ts:132