Skip to content

Instantly share code, notes, and snippets.

@smartperson
smartperson / kitchen_sink.css
Created July 16, 2014 03:52
Generated css when the scss file contains @import "foundation_and_overrides"
/* small displays */
@media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down,
.hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down,
.hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down,
.hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down,
.hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important;
}
source 'https://rubygems.org'
ruby '1.9.3'
gem 'rails', '3.2.13'
#
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'pg'
gem 'koala'