Files
react-native-web/lib/css/background.css
2015-06-09 14:08:48 -07:00

14 lines
565 B
CSS

.backgroundColor-#fff { background-color: #fff; }
.backgroundColor-transparent { background-color: currentcolor; }
.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; }