mdcss icon indicating copy to clipboard operation
mdcss copied to clipboard

Problem to generate styleguide

Open bbbbruni opened this issue 9 years ago • 2 comments

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:

styleguide

Instead of windows, on my mac mdcss works fine!

bbbbruni avatar Aug 31 '16 18:08 bbbbruni

I have the same problem. Did you solve it?

3lmanana avatar Aug 14 '17 06:08 3lmanana

Solution https://github.com/jonathantneal/mdcss/issues/32

3lmanana avatar Aug 14 '17 07:08 3lmanana