pretty00butt / spacebase

A Sass-based responsive CSS framework.

Home Page:http://spacebase.space150.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spaceBase

spaceBase is a Sass-based responsive CSS framework.

Many CSS frameworks are meant to be included and left alone. But spaceBase is a boilerplate layer that can be built upon and tailored for your needs. It combines best practices for today’s responsive web with the core components we use on every project. Consider it the launch pad for your adventures into cyberspace.

spaceBase is meant to be copied into your project for further modifications. The SCSS files in scss/base/ are usually not modified much, but the files in scss/ui/ are meant to be completely tailored to your project.

Coming Soon

Documentation is currently in orbit. In the meantime, feel free to explore!

Getting Started

After you download the spaceBase ZIP from the repo, unzip it and copy its contents into your own project.

spaceBase is built with Sass, so you'll need a Sass compiler such as Compass. A Compass config.rb is included in the spaceBase folder you can use for reference.

Installing Ruby, Sass, and Compass is outside the scope of this document.

Your editor should be setup with an EditorConfig plugin, so that certain basic code style standards are enforced automatically. See http://editorconfig.org/#download and install the plugin for your editor of choice.

You can remove tests/ and scss/README.md.

The spaceBase structure

fonts/
scss/
  base/
    ...
  ui/
    ...
  _manifest.scss
  _vars.scss
  application-ie.scss
  application.scss
  styleguide.scss

Read the CSS Architecture Overview for details on these files.

Credits

License

spaceBase is free to use under the MIT License.

Copyright 2015 space150

About

A Sass-based responsive CSS framework.

http://spacebase.space150.com

License:MIT License


Languages

Language:CSS 89.7%Language:Ruby 10.3%