Skip to content

Documentation is incorrect #1

@mattkibbler

Description

@mattkibbler

Hi,

The documentation states to use this plugin in the following way:

.pipe(gulpCssNamespace({
    selector: '.namespace-'
}))

...when actually it is supposed to be used like this:

.pipe(gulpCssNamespace({
    namespace: 'namespace'
}))

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