Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here is an example of `project.clj` with all the possible definitions.

It is good to know that you only need to specify the section you plan to use. So if you are only interested in haml just specify the `:haml` section.

By default lain-haml-sass will come bundled with haml gem version 3.1.7 and sass gem version 3.2.1. However, if you like you can specify another gem version by using the `:gem-version` key for haml, sass, or scss subtasks. lein-haml-sass will download the appropriate gem by using `lein <subtask> deps` or `lein deps` if you have configured the hooks.
By default lein-haml-sass will come bundled with haml gem version 3.1.7 and sass gem version 3.2.1. However, if you like you can specify another gem version by using the `:gem-version` key for haml, sass, or scss subtasks. lein-haml-sass will download the appropriate gem by using `lein <subtask> deps` or `lein deps` if you have configured the hooks.

## Usage

Expand Down