117 lines
2.8 KiB
JavaScript
117 lines
2.8 KiB
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
/**
|
|
* Generated jss-default-unit CSS property units
|
|
*
|
|
* @type object
|
|
*/
|
|
exports['default'] = {
|
|
'animation-delay': 'ms',
|
|
'animation-duration': 'ms',
|
|
'background-position': 'px',
|
|
'background-position-x': 'px',
|
|
'background-position-y': 'px',
|
|
'background-size': 'px',
|
|
border: 'px',
|
|
'border-bottom': 'px',
|
|
'border-bottom-left-radius': 'px',
|
|
'border-bottom-right-radius': 'px',
|
|
'border-bottom-width': 'px',
|
|
'border-left': 'px',
|
|
'border-left-width': 'px',
|
|
'border-radius': 'px',
|
|
'border-right': 'px',
|
|
'border-right-width': 'px',
|
|
'border-spacing': 'px',
|
|
'border-top': 'px',
|
|
'border-top-left-radius': 'px',
|
|
'border-top-right-radius': 'px',
|
|
'border-top-width': 'px',
|
|
'border-width': 'px',
|
|
'border-after-width': 'px',
|
|
'border-before-width': 'px',
|
|
'border-end-width': 'px',
|
|
'border-horizontal-spacing': 'px',
|
|
'border-start-width': 'px',
|
|
'border-vertical-spacing': 'px',
|
|
bottom: 'px',
|
|
'box-shadow': 'px',
|
|
'column-gap': 'px',
|
|
'column-rule': 'px',
|
|
'column-rule-width': 'px',
|
|
'column-width': 'px',
|
|
'flex-basis': 'px',
|
|
'font-size': 'px',
|
|
'font-size-delta': 'px',
|
|
height: 'px',
|
|
left: 'px',
|
|
'letter-spacing': 'px',
|
|
'logical-height': 'px',
|
|
'logical-width': 'px',
|
|
margin: 'px',
|
|
'margin-after': 'px',
|
|
'margin-before': 'px',
|
|
'margin-bottom': 'px',
|
|
'margin-left': 'px',
|
|
'margin-right': 'px',
|
|
'margin-top': 'px',
|
|
'max-height': 'px',
|
|
'max-width': 'px',
|
|
'margin-end': 'px',
|
|
'margin-start': 'px',
|
|
'mask-position-x': 'px',
|
|
'mask-position-y': 'px',
|
|
'mask-size': 'px',
|
|
'max-logical-height': 'px',
|
|
'max-logical-width': 'px',
|
|
'min-height': 'px',
|
|
'min-width': 'px',
|
|
'min-logical-height': 'px',
|
|
'min-logical-width': 'px',
|
|
motion: 'px',
|
|
'motion-offset': 'px',
|
|
outline: 'px',
|
|
'outline-offset': 'px',
|
|
'outline-width': 'px',
|
|
padding: 'px',
|
|
'padding-bottom': 'px',
|
|
'padding-left': 'px',
|
|
'padding-right': 'px',
|
|
'padding-top': 'px',
|
|
'padding-after': 'px',
|
|
'padding-before': 'px',
|
|
'padding-end': 'px',
|
|
'padding-start': 'px',
|
|
'perspective-origin-x': '%',
|
|
'perspective-origin-y': '%',
|
|
perspective: 'px',
|
|
right: 'px',
|
|
'shape-margin': 'px',
|
|
size: 'px',
|
|
'text-indent': 'px',
|
|
'text-stroke': 'px',
|
|
'text-stroke-width': 'px',
|
|
top: 'px',
|
|
'transform-origin': '%',
|
|
'transform-origin-x': '%',
|
|
'transform-origin-y': '%',
|
|
'transform-origin-z': '%',
|
|
'transition-delay': 'ms',
|
|
'transition-duration': 'ms',
|
|
'vertical-align': 'px',
|
|
width: 'px',
|
|
'word-spacing': 'px',
|
|
// Not existing properties.
|
|
// Used to avoid issues with jss-expand intergration.
|
|
'box-shadow-x': 'px',
|
|
'box-shadow-y': 'px',
|
|
'box-shadow-blur': 'px',
|
|
'box-shadow-spread': 'px',
|
|
'font-line-height': 'px',
|
|
'text-shadow-x': 'px',
|
|
'text-shadow-y': 'px',
|
|
'text-shadow-blur': 'px'
|
|
}; |