Skip to content

hamzashahbaz/styleup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages