diff options
Diffstat (limited to 'docs')
| -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]. |
