CSS framework for faster and easier user interface development.


Keywords
css, sass, flexbox, responsive, framework, components, css-framework, css3
License
MIT
Install
npm install styleup@0.0.1

Documentation

Styleup

Styleup is a modern CSS framework for faster and easier UI development.

npm npm Join the chat at https://gitter.im/hamzashahbaz/styleup Build Status

Quick install

Styleup is constantly in development! Try it out now:

NPM

npm install styleup

or

Yarn

yarn add styleup

Import

After installation, you can import the CSS file into your project using this snippet:

import 'styleup/css/styleup.css'

CDN

https://www.jsdelivr.com/package/npm/styleup

Feel free to raise an issue or submit a pull request.

CSS only

Styleup is a CSS framework. As such, the sole output is a single CSS file: styleup.css

You can either use that file, "out of the box", or download the Sass source files to customize the variables.

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Styleup can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Styleup uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Styleup is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is only partially supported.

Documentation

The documentation resides in the docs directory, and is built with the Nextjs Static Gen.

Browse the online documentation here.

Copyright and license

Code copyright 2020 Hamza Shahbaz. Code released under the MIT license.