0.3.8 • Published 4 years ago
@aesthetic/addon-vendor v0.3.8
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
Documentation
0.3.8
4 years ago
0.3.7
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.2
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.0
4 years ago
0.3.1
4 years ago
0.2.11
4 years ago
0.2.10
4 years ago
0.2.9
4 years ago
0.2.7
4 years ago
0.2.8
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago