https://github.com/tjcccc/mvsui
A lightweight CSS framework.
https://github.com/tjcccc/mvsui
css css-framework scss
Last synced: 3 months ago
JSON representation
A lightweight CSS framework.
- Host: GitHub
- URL: https://github.com/tjcccc/mvsui
- Owner: tjcccc
- License: mit
- Created: 2015-01-16T06:57:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T03:16:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T08:48:05.326Z (3 months ago)
- Topics: css, css-framework, scss
- Language: SCSS
- Homepage: https://github.com/tjcccc/mvsui
- Size: 2.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MVSUI
A lightweight CSS Framework.
## Installation
```bash
npm install --save mvsui
# or
yarn add mvsui
```## Usage
### CSS reset only
HTML:
```html
```
JS:
```js
import 'mvsui/dist/mvsui.reset.min.css';
```### The mvsui style
(Not finished, developing...)
Reset styles is included.
HTML:
```html
```
JS:
```js
import 'mvsui/dist/mvsui.min.css';
```