From df5b7cacc89f427f4c2bee29258d4bfcfee8d97a Mon Sep 17 00:00:00 2001 From: Prelang Builder Date: Thu, 27 Feb 2014 23:58:17 +0000 Subject: [PATCH] Added custom color variables before importing Twitter Bootstrap SASS --- app/assets/stylesheets/bootstrap_configuration.css.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/assets/stylesheets/bootstrap_configuration.css.scss diff --git a/app/assets/stylesheets/bootstrap_configuration.css.scss b/app/assets/stylesheets/bootstrap_configuration.css.scss new file mode 100644 index 0000000..bc7daff --- /dev/null +++ b/app/assets/stylesheets/bootstrap_configuration.css.scss @@ -0,0 +1,5 @@ +// Bootstrap Configuration +// This file was generated by Prelang +$brand-primary: #428bca; +$body-bg: #efefee; +$text-color: #333332;