@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.8
    1
    • latest

Version History

Package Sidebar

Install

npm i @aesthetic/addon-vendor

Weekly Downloads

1

Version

0.3.8

License

MIT

Unpacked Size

46.3 kB

Total Files

23

Last publish

Collaborators

  • milesj