From e2f7ebb54c814d6a5819f1473c8d5b23bb64d247 Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Wed, 4 Mar 2015 18:29:37 -0600 Subject: [PATCH] better instructions for sass install [ci skip] --- assets/styles/main.scss.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/styles/main.scss.example b/assets/styles/main.scss.example index b380de4..cbc6a09 100644 --- a/assets/styles/main.scss.example +++ b/assets/styles/main.scss.example @@ -1,9 +1,10 @@ // 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. Rename `editor-style.less` to `editor-style.scss` -// 4. Update the `assets/manifest.json` styles dependenies from `.less` to `.scss` +// 1 Remove Bootstrap for Less: `bower uninstall bootstrap --save` +// 2. Install Bootstrap for Sass: `bower install bootstrap-sass-official --save` +// 3. Rename this file to `main.scss` and remove `main.less` +// 4. Rename `editor-style.less` to `editor-style.scss` +// 5. Update the `assets/manifest.json` styles dependencies from `.less` to `.scss` // // Feel free to remove this file if you're using Less