diff app/assets/stylesheets/app_bootstrap.css.scss @ 354:5ac923264129

css -> scss.
author edogawaconan <me@myconan.net>
date Thu, 03 Jul 2014 15:22:24 +0900
parents app/assets/stylesheets/app_bootstrap.scss@41b0903c9b2b
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/assets/stylesheets/app_bootstrap.css.scss	Thu Jul 03 15:22:24 2014 +0900
@@ -0,0 +1,7 @@
+@import 'bootstrap';
+@import 'sticky_footer';
+
+// Rails support.
+.field_with_errors {
+  @extend .has-error;
+}