0.3.8 • Published 3 years ago

@aesthetic/addon-vendor v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.2

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.7

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago