Skip to content

Quick Start

npmGzipped sizeLicense

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

bash
pnpm add @milesight/responsive-style
bash
npm install @milesight/responsive-style
bash
yarn add @milesight/responsive-style

Import the resources in your project:

2. Using Free CDN

You can skip downloading files and directly use the compiled CSS via jsDelivr:

html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@milesight/responsive-style/dist/index.min.css">

Usage

After installation and import, you can start using Responsive Style classes to build responsive layouts. Refer to examples in this documentation.