Merge pull request #16 from halfdan/hello_ruby_you_beauty

Re-introduce Ruby
This commit is contained in:
John O'Nolan 2014-03-12 00:12:11 +01:00
commit 2dbb2c0c17
3 changed files with 21 additions and 1 deletions

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
source 'https://rubygems.org'
gem 'bourbon', "~> 3.1.8"
gem "sass", "~> 3.3.1"

15
Gemfile.lock Normal file
View File

@ -0,0 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
bourbon (3.1.8)
sass (>= 3.2.0)
thor
sass (3.3.1)
thor (0.18.1)
PLATFORMS
ruby
DEPENDENCIES
bourbon (~> 3.1.8)
sass (~> 3.3.1)

View File

@ -10,7 +10,7 @@
@import "modules/mixins";
/* Sass variables like colours, font sizes, basic styles. */
@import "normalize.css";
@import "normalize";
/* Browser cross compatibility normalisation*/
@import "modules/icons";