@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

VersionDownloads (Last 7 Days)Tag
0.3.810latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.810
0.3.70
0.3.60
0.3.50
0.3.40
0.3.30
0.3.20
0.3.10
0.3.00
0.2.110
0.2.100
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i @aesthetic/addon-vendor

Weekly Downloads

10

Version

0.3.8

License

MIT

Unpacked Size

46.3 kB

Total Files

23

Last publish

Collaborators

  • milesj