Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Minor readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Mar 1, 2015
1 parent b3c0017 commit 68a2c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ Or you can load your less files with the HtmlHelper sending the files to the
CSS block:

```php
$this->Html->css('/less/styles.less?', ['block' => true]);
$this->Html->css('/less/styles.less?', ['block' => true, 'rel' => 'stylesheet/less']);
```

> Note the '?' at the end of the filename. It's used to force the .less
extension. Otherwise it would be overwriten to styles.less.css by the UrlHelper.
> Note the `?` at the end of the filename. It's used to force the .less
extension. Otherwise it would be overwriten to `styles.less.css` by the UrlHelper.

And then parse all your files using the fetch method:

Expand Down

0 comments on commit 68a2c53

Please sign in to comment.