1.0.8 • Published 2 months ago

@jswork/wsui-vw-rem v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
2 months ago

wsui-vw-rem

Rem solution based on vw and media query.

version license size download

installation

npm i @jswork/wsui-vw-rem

usage

@import '~@jswork/wsui-vw-rem';

// based: 750px
// 13.33vw = 100px

// based: 375px
// 13.33vw = 50px

// you can customize options:
$wsui-vw-rem-screen-width: 375px !default;
$wsui-vw-rem-base-font-size: 10px !default;
$wsui-vw-rem-media-list: ( 320, 360, 375, 393, 414, 480, 540, 640, 720, 768 ) !default;

// OR (presets for tailwindcss)
$wsui-vw-rem-screen-width: 375px !default;
$wsui-vw-rem-base-font-size: 16px !default;

resources

license

Code released under the MIT license.

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.2

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.1

2 years ago

1.0.0

3 years ago