/module_bootstrap

CSS toolkit from Twitter converted to Sass. There are other ports of the bootstrap to Sass. This project is focused on being a 1:1 translation from Less to Sass.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

SILVERSTRIPE TWITTER BOOTSTRAP MODULE

Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.

To get started -- checkout http://twitter.github.com/bootstrap!

Usage

This module is required to work with the scss in the ssexpress theme.

  • Clone this repo and rename to module_bootstrap
  • Place directly in your themes folder (i.e. outside your ssexpress theme directory).

Basic modification

You can learn more about SASS at: http://sass-lang.com

SASS runs as a local GEM on your system. You can run "compass --watch -e production" from within terminal to compile the scss to css

Authors

Mark Otto

Jacob Thornton

Sass Conversion

The Twitter Bootstrap was lovingly converted to Sass by:

John W. Long

Jeremy Hinegardner

m5o

And others

Copyright and license

Copyright 2012 Twitter, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.