1.1.3 • Published 6 months ago
@milesight/responsive-style v1.1.3
@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.