@aesthetic/addon-properties
v0.3.8
Published
Custom properties for the Aesthetic CSS-in-JS style sheet.
Downloads
78
Maintainers
Readme
Aesthetic - Custom Properties
Enables custom values and types for built-in CSS properties. Primarily adds support for expanded form object values, and compound values (keyframes, font faces).
import { compoundProperties, expandedProperties } from '@aesthetic/addon-properties';
import { configure } from '@aesthetic/<integration>';
configure({
customProperties: {
...compoundProperties,
...expandedProperties,
},
});
Installation
yarn add @aesthetic/addon-properties