Sha256: 184dd03767c105695d0cc211b680b3a97424e7e32e45e250f0f1072224a4ce21
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
# TWITTER BOOTSTRAP - For Compass Compass Twitter Bootstrap is Twitter's toolkit converted for Compass. ## Usage **Install the gem** gem install compass_twitter_bootstrap **Add it to your Gemfile** gem 'compass_twitter_bootstrap' **Bundle install** bundle install **Add it to your Compass config.rb** require 'compass_twitter_bootstrap' **Import it into your SCSS file @import "compass_twitter_bootstrap"; ## Usage with asset pipeline(Rails 3.1) **Add it to your Gemfile** gem 'compass_twitter_bootstrap' **Bundle install** bundle install **Add it to your Application.rb** # Enable the asset pipeline config.assets.enabled = true # Compass integration config.sass.load_paths << Compass::Frameworks['compass'].stylesheets_directory config.sass.load_paths << Compass::Frameworks['twitter_bootstrap'].stylesheets_directory **Import it into your SCSS file** @import "compass_twitter_bootstrap" ## TWITTER BOOTSTRAP 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! ## AUTHORS **Mark Otto** + http://twitter.com/mdo + http://github.com/markdotto **Jacob Thornton** + http://twitter.com/fat + http://github.com/fat ##Copyright and License Copyright 2011 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass_twitter_bootstrap-0.1.7 | README.md |
compass_twitter_bootstrap-0.1.5 | README.md |