Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nirazul committed Jun 18, 2020
1 parent 5192afd commit 8045343
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ npm i -S @nirazul/scss-utils
# Usage
Implement collections, functions and mixins via [sass module syntax](https://sass-lang.com/documentation/at-rules/use) `@use`.
<br>
You have the choice to implement packages, different in size:
You have the choice to implement packages, that differ in size:

- `@use '@nirazul/scss-utils'` loads the whole module
- `@use '@nirazul/scss-utils/mixin'` loads all mixins
- `@use '@nirazul/scss-utils/function'` loads all functions
- `@use '@nirazul/scss-utils/function/list'` loads all list functions
- `@use '@nirazul/scss-utils/function/list/concat'` loads the concat function
- `@use '@nirazul/scss-utils/lib/mixin'` loads all mixins
- `@use '@nirazul/scss-utils/lib/function'` loads all functions
- `@use '@nirazul/scss-utils/lib/function/list'` loads all list functions
- `@use '@nirazul/scss-utils/lib/function/list/concat'` loads the concat function

# Documentation
<!-- TODO -->
Expand Down

0 comments on commit 8045343

Please sign in to comment.