Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 291 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 291 Bytes

flexible.rem

INSTALL

pnpm i -S rem.less

USAGE

@import "rem.less";

LESS VARIABLE

@baseFz: 37.5rem;

@defaultFz: 16px;

@padScreenQuery: (orientation: portrait) and (min-width: 512px), (orientation: landscape) and (min-height: 512px).