Buckets:
| import style from './style'; | |
| import compose from './compose'; | |
| export const displayPrint = style({ | |
| prop: 'displayPrint', | |
| cssProperty: false, | |
| transform: value => ({ | |
| '@media print': { | |
| display: value | |
| } | |
| }) | |
| }); | |
| export const displayRaw = style({ | |
| prop: 'display' | |
| }); | |
| export const overflow = style({ | |
| prop: 'overflow' | |
| }); | |
| export const textOverflow = style({ | |
| prop: 'textOverflow' | |
| }); | |
| export const visibility = style({ | |
| prop: 'visibility' | |
| }); | |
| export const whiteSpace = style({ | |
| prop: 'whiteSpace' | |
| }); | |
| export default compose(displayPrint, displayRaw, overflow, textOverflow, visibility, whiteSpace); |
Xet Storage Details
- Size:
- 616 Bytes
- Xet hash:
- 32a8b12269819a5aadfbd8ed2bbc7a387b383d81e3c58f04c56c52d63dbc53a6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.