Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
styles: improve task defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gp-as committed Dec 29, 2016
1 parent 4e91e0e commit 8fe7602
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/gulp/tasks/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ module.exports = function(settings, plugins, config) {
.pipe(function() {
let defaults = [
'*.styl',
{
import: [
'../base/_variables.styl',
'../base/_mixins.styl',
],
},
{},
];
let taskSettings = buildSettings('stylus', defaults, settings);
return runner('stylus', taskSettings, settings, plugins);
Expand Down

0 comments on commit 8fe7602

Please sign in to comment.