mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Sass] Fix a couple option anchors in the reference.
This commit is contained in:
parent
91c6cf0cf9
commit
34e442d9b9
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ Available options are:
|
|||
Defaults to false in production mode, true otherwise.
|
||||
Only has meaning within Ruby on Rails or Merb.
|
||||
|
||||
{#template-location-option} `:template_location`
|
||||
{#template_location-option} `:template_location`
|
||||
: A path to the root sass template directory for you application.
|
||||
If a hash, `:css_location` is ignored and this option designates
|
||||
both a mapping between input and output directories.
|
||||
|
@ -161,7 +161,7 @@ Available options are:
|
|||
This will be derived from the `:css_location` path list if not provided
|
||||
by appending a folder of "sass" to each corresponding css location.
|
||||
|
||||
{#css-location-option} `:css_location`
|
||||
{#css_location-option} `:css_location`
|
||||
: The path where CSS output should be written to.
|
||||
This option is ignored when `:template_location` is a Hash.
|
||||
Defaults to `RAILS_ROOT + "/public/stylesheets"`
|
||||
|
|
Loading…
Reference in a new issue