0.0
No commit activity in last 3 years
No release in over 3 years
Mark Otto's Preboot 2, converted into sass
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.2
 Project Readme

Preboot 2 for Sass

preboot-sass is an Sass-powered version of Mark Otto's Preboot, ready to drop right into your Sass powered applications.

Preboot is a set of variables and mixins that were used as the precursor to Bootstrap. To read more about what mixins are included, visit http://getpreboot.com.

Usage

Rails

In your Gemfile:

gem 'sass-rails', '~> 3.2'
gem 'preboot-sass', '~> 0.1.0'

bundle install and restart your server to make the files available.

CSS

Preboot is separated into 3 Sass files. preboot holds all of the mixins and variables. normalize is from git.io/normalize version 2.1.0. pygments is a theme for Pygments, the code highlighting library.

@import "preboot";
@import "normalize";
@import "pygments";