1.0.0 • Published 10 months ago

flexible-adaptation v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

This package is designed to solve media query problems. Due to some media queries that may not be as accurate at times, resulting in layout confusion, using this package can help you better adapt the screen.

install

npm i flexible-adaptation

Usage

Taking Vue as an example mani.js

import Vue from "vue";
import 'flexible-adaptation'

This way, you can complete the screen adaptation operation

1.0.0

10 months ago