@milesight/responsive-style
v1.1.4
Published
A powerful, accessible, developer friendly Toolkit for building responsive websites.
Downloads
3
Maintainers
Readme
@milesight/responsive-style
Responsive Style is a powerful yet easy-to-use CSS framework designed to help developers quickly build responsive websites. It provides a set of straightforward classes for creating flexible and scalable layouts.
Installation
1. Using Package Managers
Install with npm:
npm install @milesight/responsive-styleInstall with yarn:
yarn add @milesight/responsive-style2. Using Free CDN
You can skip downloading files and directly use the compiled CSS via jsDelivr:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@milesight/responsive-style/dist/index.min.css">Usage
Please refer to the Usage Documentation.
