Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.
This repository was archived by the owner on May 5, 2024. It is now read-only.

Problem to generate styleguide  #36

@brunoalmeida-dev

Description

@brunoalmeida-dev

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions