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