Skip to content

Setting parser to false results in type error #39

@jennie

Description

@jennie

I'd like to use this pack in my spike project for everything except parsing sugarss. According to the docs, setting parser to false should set options.parser to undefined. However, doing so results in this error:

options.parser should be string,object

My postcss looks like this:

  postcss: cssStandards({
    parser: false,
    appendPlugins: styleGuide({
      project: 'xxx',
      dest: 'public/styleguide.html'
    })
  })

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