circli

Open Source CSS Framework


Keywords
css, scss, flexbox, framework, responsive
License
MIT
Install
npm install circli@1.1.1

Documentation

Circli

Simple and modern CSS framework based on flexbox.

Quick installation

NPM

npm install circli

YARN

yarn add circli

Usage

After instalation, just import the CSS or SCSS files into your project. You can also import only modules you are interested in.

import 'circli/css/circli.css'

or

@import 'circli/scss/grid'

Copyright and license

See the LICENSE file for license rights and limitations (MIT).