source: imaps-frontend/node_modules/inline-style-prefixer/lib/generator/maps/propertyMap.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 2.9 KB
Line 
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = {
7 'border-radius': 'borderRadius',
8 'border-image': ['borderImage', 'borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth'],
9 flexbox: ['flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexFlow', 'flexShrink', 'flexWrap', 'alignContent', 'alignItems', 'alignSelf', 'justifyContent', 'order'],
10 'css-transitions': ['transition', 'transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction'],
11 transforms2d: ['transform', 'transformOrigin', 'transformOriginX', 'transformOriginY'],
12 transforms3d: ['backfaceVisibility', 'perspective', 'perspectiveOrigin', 'transform', 'transformOrigin', 'transformStyle', 'transformOriginX', 'transformOriginY', 'transformOriginZ'],
13 'css-animation': ['animation', 'animationDelay', 'animationDirection', 'animationFillMode', 'animationDuration', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction'],
14 'css-appearance': 'appearance',
15 'user-select-none': 'userSelect',
16 'css-backdrop-filter': 'backdropFilter',
17 'css3-boxsizing': 'boxSizing',
18 'font-kerning': 'fontKerning',
19 'css-exclusions': ['wrapFlow', 'wrapThrough', 'wrapMargin'],
20 'css-snappoints': ['scrollSnapType', 'scrollSnapPointsX', 'scrollSnapPointsY', 'scrollSnapDestination', 'scrollSnapCoordinate'],
21 'text-emphasis': ['textEmphasisPosition', 'textEmphasis', 'textEmphasisStyle', 'textEmphasisColor'],
22 'css-text-align-last': 'textAlignLast',
23 'css-boxdecorationbreak': 'boxDecorationBreak',
24 'css-clip-path': 'clipPath',
25 'css-masks': ['maskImage', 'maskMode', 'maskRepeat', 'maskPosition', 'maskClip', 'maskOrigin', 'maskSize', 'maskComposite', 'mask', 'maskBorderSource', 'maskBorderMode', 'maskBorderSlice', 'maskBorderWidth', 'maskBorderOutset', 'maskBorderRepeat', 'maskBorder', 'maskType'],
26 'css-touch-action': 'touchAction',
27 'text-size-adjust': 'textSizeAdjust',
28 'text-decoration': ['textDecorationStyle', 'textDecorationSkip', 'textDecorationLine', 'textDecorationColor'],
29 'css-shapes': ['shapeImageThreshold', 'shapeImageMargin', 'shapeImageOutside'],
30 'css3-tabsize': 'tabSize',
31 'css-filters': 'filter',
32 'css-resize': 'resize',
33 'css-hyphens': 'hyphens',
34 'css-regions': ['flowInto', 'flowFrom', 'breakBefore', 'breakAfter', 'breakInside', 'regionFragment'],
35 'object-fit': ['objectFit', 'objectPosition'],
36 'text-overflow': 'textOverflow',
37 'background-img-opts': ['backgroundClip', 'backgroundOrigin', 'backgroundSize'],
38 'font-feature': 'fontFeatureSettings',
39 'css-boxshadow': 'boxShadow',
40 multicolumn: ['breakAfter', 'breakBefore', 'breakInside', 'columnCount', 'columnFill', 'columnGap', 'columnRule', 'columnRuleColor', 'columnRuleStyle', 'columnRuleWidth', 'columns', 'columnSpan', 'columnWidth', 'columnGap'],
41 'css-writing-mode': ['writingMode'],
42 'css-text-orientation': ['textOrientation']
43};
Note: See TracBrowser for help on using the repository browser.