melody.css

1.0.3 • Public • Published

Melody.css

A mini & pure responsive css framwork inspired by Twitter Bootstrap.

min+gzip: 1.46kb

npm license


Usage

NPM

npm install melody.css

And in your file:

import 'melody.css'

CDN

Add the cdn link to your project:

<link rel="stylesheet" href="https://unpkg.com/melody.css">

Docs

See the Docs

Build your own grid system

Variables

$columns = 12 // column nums
$gutters = 15px // column gutters

$xs = 768px // BreakPoint
$sm = 768px
$md = 992px
$lg = 1366px

$smw = 750px // Container width
$mdw = 970px
$lgw = 1280px

In src/Melody.styl, modified them, and use npm run build build your own Grid-system of Melody.css

By the way, you may need to install stylus: npm install stylus -g

Enjoy!

License

MIT

Copyright (c) 2017 Molunerfinn

Package Sidebar

Install

npm i melody.css

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • molunerfinn