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

0.3.8 • Public • Published

Aesthetic - Vendor Prefixes

Build Status npm version npm deps

Aesthetic addon to provide vendor prefixes for properties, values, and selectors.

import vendorPrefixer from '@aesthetic/addon-vendor';
import { configure } from '@aesthetic/<integration>';
import { createClientEngine } from '@aesthetic/style';

// When using entire Aesthetic framework
configure({
	vendorPrefixer,
});

// When using CSS-in-JS engine directly
const engine = createClientEngine({
	vendorPrefixer,
});

Currently, features and browsers that are not dead and have >= 1% market share will apply vendor prefixes.

Installation

yarn add @aesthetic/addon-vendor

Documentation

https://aestheticsuite.dev

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @aesthetic/addon-vendor

    Weekly Downloads

    0

    Version

    0.3.8

    License

    MIT

    Unpacked Size

    46.3 kB

    Total Files

    23

    Last publish

    Collaborators

    • milesj