@aesthetic/addon-properties
TypeScript icon, indicating that this package has built-in type declarations

0.3.8 • Public • Published

Aesthetic - Custom Properties

Build Status npm version npm deps

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

Documentation

https://aestheticsuite.dev

Package Sidebar

Install

npm i @aesthetic/addon-properties

Weekly Downloads

1

Version

0.3.8

License

MIT

Unpacked Size

30.3 kB

Total Files

11

Last publish

Collaborators

  • milesj