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.
- Object-oriented CSS
- Flexbox grid system
- Optimized for light speed
- Helper classes and mixins
- Common UI components
- Cross-browser form controls
- Supports modern and legacy browsers including IE10+
- Compatible with any Sass compiler
- 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
$ npm install spacebase
or download the ZIP and copy its contents into your project folder.- Use your favorite Sass compiler to watch for changes and compile the files.
- Open
scss/_vars.scss
to update your global variables. - Start building out your HTML. We've included
index.html
andstyleguide.html
to begin with. scss/base/
is the core of spaceBase. Build your UI layer inscss/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.
Read the CSS Architecture Overview for documentation of the SCSS files.
fonts/
scss/
base/
...
ui/
...
vendor/
...
_vars.scss
application.scss
styleguide.scss
stylesheets/
You can remove (if downloaded from Git):
*.yml
CHANGELOG.md
Gemfile*
package.json
Rakefile
test/
spaceBase is free to use under the MIT License.
Copyright 2013-2022 space150