Coder Social home page Coder Social logo

bw-test's Introduction

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 the front-end starter files for any new web project. It sets up your Sass architecture and normalizes your CSS and native HTML elements. It provides the structural groundwork for your application.

Build Status

Highlights

  • Object-oriented CSS
  • Optimized for light speed
  • Common UI components (buttons, lists, media object)
  • Helper classes and mixins
  • Cross-browser form controls
  • Built on REMs, with px fallback
  • Supports modern browsers including IE8+

Customizable Features

  • Compatible with any Sass 3.3 compiler
  • Start with Normalize (default) or CSS Reset
  • Scalable, mobile-first grid - choose how robust you want it
  • Base font size for mobile vs desktop
  • Global variables for breakpoints, colors, fonts and more

Getting Started

  1. $ bower install spacebase or download the ZIP and copy its contents into your project folder.
  2. Use your favorite Sass 3.3 compiler to watch changes and compile the files. (Setting up Sass is outside the scope of this document.)
  3. Open scss/_vars.scss to make changes to your global variables.
  4. Start building out your HTML. We've included index.html as a starting point.
  5. scss/base/ is the core of spaceBase. Build your UI layer in scss/ui/

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

The spaceBase structure

Read the CSS Architecture Overview for documentation of the SCSS files.

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

You can remove:

  • tests/
  • Gemfile
  • Gemfile.lock

Credits

License

spaceBase is free to use under the MIT License.

Copyright 2015 space150

bw-test's People

Contributors

javasteve99 avatar

Watchers

Dane Troup avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.