From e902b7c56616d4dff0fe4b608d807b32a8ea5833 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 19 Feb 2015 19:52:14 -0600 Subject: [PATCH] Update Sass instructions --- assets/styles/main.scss.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/styles/main.scss.example b/assets/styles/main.scss.example index 5a3a5d6..301b355 100644 --- a/assets/styles/main.scss.example +++ b/assets/styles/main.scss.example @@ -1,11 +1,11 @@ -// How to get started using Bootstrap Sass: +// How to get started using Sass instead of Less: // // 1. Run `bower install bootstrap-sass-official --save` // 2. Rename this file to `main.scss` and remove `main.less` -// 3. Update the `assets/manifest.json` styles dependenies to change `main.less` to `main.scss` +// 3. Rename `editor-style.less` to `editor-style.scss` +// 4. Update the `assets/manifest.json` styles dependenies from `.less` to `.scss` // -// Feel free to remove this file if you're using LESS - +// Feel free to remove this file if you're using Less // bower:sass @import "../../bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss";