Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Stanko/skyblue
- Owner: Stanko
- License: mit
- Created: 2013-06-03T15:21:44.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-01-10T09:57:13.000Z (10 months ago)
- Last Synced: 2024-04-14T12:19:37.418Z (7 months ago)
- Language: HTML
- Homepage: https://muffinman.io/skyblue/
- Size: 725 KB
- Stars: 452
- Watchers: 17
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).