mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Merge pull request #16 from halfdan/hello_ruby_you_beauty
Re-introduce Ruby
This commit is contained in:
commit
2dbb2c0c17
5
Gemfile
Normal file
5
Gemfile
Normal file
@ -0,0 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'bourbon', "~> 3.1.8"
|
||||
gem "sass", "~> 3.3.1"
|
||||
|
15
Gemfile.lock
Normal file
15
Gemfile.lock
Normal 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)
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user