Files
react-native-web/lib/css/background.css
T
2015-06-14 20:58:04 -07:00

15 lines
619 B
CSS

.backgroundColor-black { background-color: black; }
.backgroundColor-transparent { background-color: currentcolor; }
.backgroundColor-white { background-color: white; }
.backgroundImage { background-image: none; }
.backgroundPosition-center { background-position: center; }
.backgroundSize-contain { background-size: contain; }
.backgroundSize-cover { background-size: cover; }
.backgroundRepeat-no-repeat { background-repeat: no-repeat; }
.backgroundRepeat-repeat { background-repeat: repeat; }
.backgroundRepeat-repeat-x { background-repeat: repeat-x; }
.backgroundRepeat-repeat-y { background-repeat: repeat-y; }