yeet
This commit is contained in:
111
node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js
generated
vendored
Normal file
111
node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js
generated
vendored
Normal file
@ -0,0 +1,111 @@
|
||||
// values are "up-to"
|
||||
var maximumVersion = 9999;
|
||||
|
||||
export default {
|
||||
backgroundClip: {
|
||||
chrome: maximumVersion,
|
||||
safari: maximumVersion,
|
||||
opera: maximumVersion,
|
||||
and_chr: maximumVersion,
|
||||
ios_saf: maximumVersion,
|
||||
edge: maximumVersion,
|
||||
firefox: maximumVersion,
|
||||
op_mini: maximumVersion
|
||||
},
|
||||
calc: {
|
||||
firefox: 15,
|
||||
chrome: 25,
|
||||
safari: 6.1,
|
||||
ios_saf: 7
|
||||
},
|
||||
crossFade: {
|
||||
chrome: maximumVersion,
|
||||
opera: maximumVersion,
|
||||
and_chr: maximumVersion,
|
||||
ios_saf: 10,
|
||||
safari: 10
|
||||
},
|
||||
cursor: {
|
||||
firefox: maximumVersion,
|
||||
chrome: maximumVersion,
|
||||
safari: maximumVersion,
|
||||
opera: maximumVersion
|
||||
},
|
||||
filter: {
|
||||
ios_saf: maximumVersion,
|
||||
safari: 9.1
|
||||
},
|
||||
flex: {
|
||||
chrome: 29,
|
||||
safari: 9,
|
||||
ios_saf: 9,
|
||||
opera: 16
|
||||
},
|
||||
flexboxIE: {
|
||||
ie_mob: 11,
|
||||
ie: 11
|
||||
},
|
||||
flexboxOld: {
|
||||
firefox: 22,
|
||||
chrome: 21,
|
||||
safari: 6.2,
|
||||
ios_saf: 6.2,
|
||||
android: 4.4,
|
||||
and_uc: maximumVersion
|
||||
},
|
||||
gradient: {
|
||||
firefox: 16,
|
||||
chrome: 26,
|
||||
safari: 7,
|
||||
ios_saf: 7,
|
||||
opera: 12.1,
|
||||
op_mini: 12.1,
|
||||
android: 4.4,
|
||||
and_uc: maximumVersion
|
||||
},
|
||||
grid: {
|
||||
edge: 16,
|
||||
ie: 11,
|
||||
ie_mob: 11
|
||||
},
|
||||
imageSet: {
|
||||
chrome: maximumVersion,
|
||||
safari: maximumVersion,
|
||||
opera: maximumVersion,
|
||||
and_chr: maximumVersion,
|
||||
and_uc: maximumVersion,
|
||||
ios_saf: maximumVersion
|
||||
},
|
||||
logical: {
|
||||
chrome: 68,
|
||||
safari: maximumVersion,
|
||||
opera: maximumVersion,
|
||||
and_chr: 66,
|
||||
ios_saf: maximumVersion,
|
||||
firefox: 40
|
||||
},
|
||||
position: {
|
||||
safari: maximumVersion,
|
||||
ios_saf: maximumVersion
|
||||
},
|
||||
sizing: {
|
||||
chrome: 46,
|
||||
safari: maximumVersion,
|
||||
opera: 33,
|
||||
and_chr: 53,
|
||||
ios_saf: maximumVersion
|
||||
},
|
||||
transition: {
|
||||
chrome: maximumVersion,
|
||||
safari: maximumVersion,
|
||||
opera: maximumVersion,
|
||||
and_chr: maximumVersion,
|
||||
and_uc: maximumVersion,
|
||||
ios_saf: maximumVersion,
|
||||
msie: maximumVersion,
|
||||
ie_mob: maximumVersion,
|
||||
edge: maximumVersion,
|
||||
firefox: maximumVersion,
|
||||
op_mini: maximumVersion
|
||||
}
|
||||
};
|
38
node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js
generated
vendored
Normal file
38
node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js
generated
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
export default {
|
||||
'border-radius': 'borderRadius',
|
||||
'border-image': ['borderImage', 'borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth'],
|
||||
flexbox: ['flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexFlow', 'flexShrink', 'flexWrap', 'alignContent', 'alignItems', 'alignSelf', 'justifyContent', 'order'],
|
||||
'css-transitions': ['transition', 'transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction'],
|
||||
transforms2d: ['transform', 'transformOrigin', 'transformOriginX', 'transformOriginY'],
|
||||
transforms3d: ['backfaceVisibility', 'perspective', 'perspectiveOrigin', 'transform', 'transformOrigin', 'transformStyle', 'transformOriginX', 'transformOriginY', 'transformOriginZ'],
|
||||
'css-animation': ['animation', 'animationDelay', 'animationDirection', 'animationFillMode', 'animationDuration', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction'],
|
||||
'css-appearance': 'appearance',
|
||||
'user-select-none': 'userSelect',
|
||||
'css-backdrop-filter': 'backdropFilter',
|
||||
'css3-boxsizing': 'boxSizing',
|
||||
'font-kerning': 'fontKerning',
|
||||
'css-exclusions': ['wrapFlow', 'wrapThrough', 'wrapMargin'],
|
||||
'css-snappoints': ['scrollSnapType', 'scrollSnapPointsX', 'scrollSnapPointsY', 'scrollSnapDestination', 'scrollSnapCoordinate'],
|
||||
'text-emphasis': ['textEmphasisPosition', 'textEmphasis', 'textEmphasisStyle', 'textEmphasisColor'],
|
||||
'css-text-align-last': 'textAlignLast',
|
||||
'css-boxdecorationbreak': 'boxDecorationBreak',
|
||||
'css-clip-path': 'clipPath',
|
||||
'css-masks': ['maskImage', 'maskMode', 'maskRepeat', 'maskPosition', 'maskClip', 'maskOrigin', 'maskSize', 'maskComposite', 'mask', 'maskBorderSource', 'maskBorderMode', 'maskBorderSlice', 'maskBorderWidth', 'maskBorderOutset', 'maskBorderRepeat', 'maskBorder', 'maskType'],
|
||||
'css-touch-action': 'touchAction',
|
||||
'text-size-adjust': 'textSizeAdjust',
|
||||
'text-decoration': ['textDecorationStyle', 'textDecorationSkip', 'textDecorationLine', 'textDecorationColor'],
|
||||
'css-shapes': ['shapeImageThreshold', 'shapeImageMargin', 'shapeImageOutside'],
|
||||
'css3-tabsize': 'tabSize',
|
||||
'css-filters': 'filter',
|
||||
'css-resize': 'resize',
|
||||
'css-hyphens': 'hyphens',
|
||||
'css-regions': ['flowInto', 'flowFrom', 'breakBefore', 'breakAfter', 'breakInside', 'regionFragment'],
|
||||
'object-fit': ['objectFit', 'objectPosition'],
|
||||
'text-overflow': 'textOverflow',
|
||||
'background-img-opts': ['backgroundClip', 'backgroundOrigin', 'backgroundSize'],
|
||||
'font-feature': 'fontFeatureSettings',
|
||||
'css-boxshadow': 'boxShadow',
|
||||
multicolumn: ['breakAfter', 'breakBefore', 'breakInside', 'columnCount', 'columnFill', 'columnGap', 'columnRule', 'columnRuleColor', 'columnRuleStyle', 'columnRuleWidth', 'columns', 'columnSpan', 'columnWidth', 'columnGap'],
|
||||
'css-writing-mode': ['writingMode'],
|
||||
'css-text-orientation': ['textOrientation']
|
||||
};
|
Reference in New Issue
Block a user