Skip to content

Commit

Permalink
docs(helpers/css): remove duplicate text (#2214)
Browse files Browse the repository at this point in the history
Signed-off-by: KentarouTakeda <[email protected]>
  • Loading branch information
KentarouTakeda authored Jul 7, 2024
1 parent 7ac2b90 commit 3a5d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ More info: [Gravatar](https://en.gravatar.com/site/implement/images/)

### css

Loads CSS files. `path` can be an array or a string. `path` can be a string, an array, an object or an array of objects. [`/<root>/`](/docs/configuration#URL) value is prepended while `.css` extension is appended to the `path` automatically. Use object type for custom attributes.
Loads CSS files. `path` can be a string, an array, an object or an array of objects. [`/<root>/`](/docs/configuration#URL) value is prepended while `.css` extension is appended to the `path` automatically. Use object type for custom attributes.

```js
<%- css(path, ...) %>
Expand Down

0 comments on commit 3a5d300

Please sign in to comment.