You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## Installation
6
+
7
+
### 1. Using Package Managers
8
+
9
+
Install with npm:
10
+
11
+
```bash
12
+
npm install @milesight/responsive-style
13
+
```
14
+
15
+
Install with yarn:
16
+
17
+
```bash
18
+
yarn add @milesight/responsive-style
19
+
```
20
+
21
+
### 2. Using Free CDN
22
+
23
+
You can skip downloading files and directly use the compiled CSS via [jsDelivr](https://www.jsdelivr.com/):
0 commit comments