@aesthetic/addon-vendor

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

Usage no npm install needed!

<script type="module">
  import aestheticAddonVendor from 'https://cdn.skypack.dev/@aesthetic/addon-vendor';
</script>

README

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