UNPKG

bsl

Version:

基于React的框架和UI组件

14 lines (12 loc) 277 B
import { StyleSheet } from 'aphrodite/no-important'; import { clearfix } from '../../../styles/mixins'; const styles = StyleSheet.create({ root: { overflow: 'hidden' }, wrap: clearfix() as any, item: { float: 'left' } }); export default styles;