Skip to content

Commit

Permalink
Merge branch 'release/4.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Mar 10, 2017
2 parents f7ee7e9 + e20d966 commit 1c7cd98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing files only once.

## Install
```bash
npm install node-sass-magic-importer --save-dev
```

## Features
This importer enables several comfort functions for importing SASS files more easily.
- [Selector filtering](#selector-filtering): import only specific selectors from a file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sass",
"selector-importer"
],
"version": "4.1.3",
"version": "4.1.4",
"author": "Markus Oberlehner",
"homepage": "https://github.com/maoberlehner/node-sass-magic-importer",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default {
babel({
babelrc: false,
presets: [
[`es2015`, { modules: false }]
]
})
]
[`es2015`, { modules: false }],
],
}),
],
};

0 comments on commit 1c7cd98

Please sign in to comment.