1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 09:38:31 +03:00
x0/docs/Video.js
Brent Jackson bb27163ce9 Edit docs
2017-10-08 09:34:16 -04:00

11 lines
152 B
JavaScript

import styled from 'cxs/x'
const Video = styled('video')({
display: 'block',
width: '100%',
height: 'auto',
margin: 0
})
export default Video