From 7300cf290fb278dc270327426c7f682f9ef67867 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Mon, 30 Mar 2015 07:41:43 -0700 Subject: [PATCH] add @import "bootstrap-sprockets"; to readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 262b68b..5e9ce28 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ considering that you're using ````sass // Example using 'Cerulean' bootswatch -// -// First import cerulean variables + +//Import bootstrap-sprockets +@import "bootstrap-sprockets"; + +// Import cerulean variables @import "bootswatch/cerulean/variables"; // Then bootstrap itself