Sha256: 80c9202a4f8cefb64beabb9f9efa6684a80865cf5f0471f4d9de5cb16d751cd1
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
run "rm app/assets/stylesheets/*" create_file "app/assets/stylesheets/application.scss" do <<-SCSS @import "bootstrap"; @import "bourbon"; @import "home"; SCSS end create_file "app/assets/stylesheets/home.scss" do <<-SCSS SCSS end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shinkansen-0.1 | templates/default/lib/bourbon.rb |