Socket
Book a DemoInstallSign in
Socket

@aesthetic/addon-properties

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/addon-properties

Custom properties for the Aesthetic CSS-in-JS style sheet.

latest
Source
npmnpm
Version
0.3.8
Version published
Maintainers
1
Created
Source

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

Keywords

aesthetic

FAQs

Package last updated on 29 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts