views-morph
Version:
Views language morpher
44 lines (43 loc) • 859 B
JavaScript
export default {
width: true,
maxWidth: true,
minWidth: true,
height: true,
maxHeight: true,
minHeight: true,
margin: true,
marginBottom: true,
marginLeft: true,
marginRight: true,
marginTop: true,
padding: true,
paddingBottom: true,
paddingLeft: true,
paddingRight: true,
paddingTop: true,
bottom: true,
left: true,
right: true,
top: true,
outline: true,
opacity: true,
zIndex: true,
scale: true,
translateX: true,
translateY: true,
borderBottomLeftRadius: true,
borderBottomRightRadius: true,
borderBottomWidth: true,
borderLeftWidth: true,
borderRadius: true,
borderRightWidth: true,
borderTopLeftRadius: true,
borderTopRightRadius: true,
borderTopWidth: true,
borderWidth: true,
fontSize: true,
fontWeight: true,
letterSpacing: true,
lineHeight: true,
wordSpacing: true,
}