@aesthetic/addon-vendor
v0.3.8
Published
Aesthetic addon to provide vendor prefixes for properties, values, and selectors.
Downloads
158
Readme
Aesthetic - Vendor Prefixes
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