Files
react-native-web/lib/css/background.css
2015-06-09 12:36:33 -07:00

14 lines
635 B
CSS

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