From 09116c1ab91677f950b7e4795d7a31324253be6d Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Mon, 4 Jan 2016 00:02:21 +0900 Subject: 🔪 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/assets/stylesheets/application.scss (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 0000000..37928eb --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1,4 @@ +@import "bootstrap-sprockets"; +@import "bootstrap"; +@import "codemirror"; +@import "./*"; -- cgit v1.2.3