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' })) ```
Hi,
The documentation states to use this plugin in the following way:
...when actually it is supposed to be used like this: