mdcss
mdcss copied to clipboard
Problem to generate styleguide
Hey, I'm with a problem to generate my styleguide on windows, it's just a simple task
gulp.task('style',function() {
return gulp.src('css/*.css')
.pipe( postcss([
require('mdcss')({
title: 'styleguide',
examples: { css: ['../css/main.css'] },
})
]))
.pipe(gulp.dest('css'));
});
after compile, the page looks like this:

Instead of windows, on my mac mdcss works fine!
I have the same problem. Did you solve it?
Solution https://github.com/jonathantneal/mdcss/issues/32