arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

SASS Stylesheets #183

Open pixleight opened 10 years ago

pixleight commented 10 years ago

Since Sass is becoming more and more popular, and now Bootstrap is officially supporting it, I added Sass stylesheets & config for those who prefer to use it over LESS.

Stylesheets can be compiled by running compass watch at the root directory.

SCSS stylesheets taken from the official Sass port of Bootstrap: 57bbed7e6f8043ca05c3df36f0d41cc3211876b8

rustanacexd commented 10 years ago

where can I see it? I downloaded the newest copy but I don't see the scss files

pixleight commented 10 years ago

@rustanacexd It's available in the SASS branch of my fork: https://github.com/pixleight/wordpress-bootstrap/tree/sass

The files themselves are in /library/scss

Latest commit: 0b76789680f28cf0e5d2d949bc208211d6bc58de

rustanacexd commented 10 years ago

Ok got it! Thanks!

On Apr 22, 2014, at 12:58 AM, Chris Violette notifications@github.com wrote:

@rustanacexd It's available in the SASS branch of my fork: https://github.com/pixleight/wordpress-bootstrap/tree/sass

The files themselves are in /library/scss

Latest commit: 0b76789

— Reply to this email directly or view it on GitHub.