Skip to content

Commit

Permalink
A simple grammar fix in README.md
Browse files Browse the repository at this point in the history
Changing `costum` to `custom` in line 11.
  • Loading branch information
andremaldonado committed Oct 31, 2018
1 parent d53e642 commit 08a9d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

node-sass-magic-importer is a tool to enhance Sass `@import` statements.

The node-sass-magic-importer project consists of multiple [node-sass costum importers](https://github.com/sass/node-sass#importer--v200---experimental) which make it possible to do a lot of fancy things with Sass `@import` statements. Some of the highlights are selector and filter imports.
The node-sass-magic-importer project consists of multiple [node-sass custom importers](https://github.com/sass/node-sass#importer--v200---experimental) which make it possible to do a lot of fancy things with Sass `@import` statements. Some of the highlights are selector and filter imports.

- `@import '{ .btn as .button } from ~bootstrap';` imports only `.btn` selectors and renames them to `.button`.
- `@import '[variables, mixins] from menu.scss';` imports only Sass variables (e.g. `$menu-height`) and mixins (e.g. `@mixin menu-item()`) but no selectors.
Expand Down

0 comments on commit 08a9d19

Please sign in to comment.