Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Stanko/skyblue

CSS framework (made with SASS)
https://github.com/Stanko/skyblue

Last synced: 13 days ago
JSON representation

CSS framework (made with SASS)

Awesome Lists containing this project

README

        

# SkyBlue

## 2020 Update

This repo is not actively maintained. I removed gulp in favor of `sass` but that is it. Glad to see some folks are still using it. Cheers!

## Readme

This is not Bootstrap killer, I just think Bootstrap is way too bloated.
SkyBlue is a minimal framework that is meant to be starting point for my projects.

#### [Demo and documentation](http://stanko.github.io/skyblue/).

- Clone the repo: `git clone https://github.com/Stanko/skyblue.git`.
- Install with [Bower](http://bower.io): `bower install skyblue`.
- [Download the zip](https://github.com/Stanko/skyblue/archive/gh-pages.zipp).

Uses grid system with 12 columns. Add ``col`` class
and responsive ``xs-#`` ``sm-#``
``md-#`` ``lg-#``. Offsets are also
available by ``offset-xm-#`` ``offset-sm-#``
``offset-md-#`` ``offset-lg-#`` classes.

I made it for my own needs. Feel free to use it and abuse it, in both free and commercial products.

## Examples

A website made using this framework:

* [Tesla Smart House](http://teslasmarthouse.com)

## Icons

I included [great stroke icons](http://themes-pixeden.com/font-demos/7-stroke/index.html) by Pixeden.

## License

Licensed under [MIT license](https://github.com/Stanko/skyblue/blob/gh-pages/LICENSE.md).