diff options
| author | Gleb Mazovetskiy <[email protected]> | 2014-12-16 20:29:47 +0000 |
|---|---|---|
| committer | Gleb Mazovetskiy <[email protected]> | 2014-12-24 22:22:15 +0200 |
| commit | c0c16edc4100a88ac7949b93cb48868e4bdd8c4e (patch) | |
| tree | b08c4a41a79198bd28db8391b51f7a451a88a90e /docs/getting-started/compiling.md | |
| parent | 0d96695f5e6ed54b64c9e2e28cb0271627df4064 (diff) | |
| download | bootstrap-c0c16edc4100a88ac7949b93cb48868e4bdd8c4e.tar.xz bootstrap-c0c16edc4100a88ac7949b93cb48868e4bdd8c4e.zip | |
Update styles for Ruby Sass compat
Diffstat (limited to 'docs/getting-started/compiling.md')
| -rw-r--r-- | docs/getting-started/compiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/compiling.md b/docs/getting-started/compiling.md index c7a221176..38aa249d5 100644 --- a/docs/getting-started/compiling.md +++ b/docs/getting-started/compiling.md @@ -41,7 +41,7 @@ This is a convenience method for watching just Sass files and automatically buil ### Use another Sass compiler Bootstrap is compiled with [libsass][libsass] by default. -Use another compiler by setting `TWBS_SASS` environment variable to: +Use another compiler by setting the `TWBS_SASS` environment variable to: * `sass` to use [Ruby Sass][ruby-sass] via [grunt-contrib-sass][grunt-contrib-sass]. * `libsass` (default) to use [libsass][libsass] via [grunt-sass][grunt-sass]. |
