Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
fix(node): disable scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Petrov committed Feb 13, 2016
1 parent 2f691bb commit bbfee03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export default () => (style) => {
const wildcard = path.join(dirname, file.val).replace(/(\.styl)?$/, '.styl');
const files = glob.sync(wildcard);

result.scope = false;

files.forEach((file) => {
result.push(
new nodes.Import(
Expand Down

0 comments on commit bbfee03

Please sign in to comment.