Skip to content

Instantly share code, notes, and snippets.

View SilentImp's full-sized avatar
💭
ok, now it is social network

SilentImp SilentImp

💭
ok, now it is social network
View GitHub Profile
imprt({
from: process.cwd()+'/source/',
transform: function(content){
console.log(content);
return content;
}
}),
var processors = [
imprt({
from: process.cwd()+'/source/'
}),
vars,
color,
mixin,
nested,
autoprefixer({browsers: ['last 2 version']})
];