How is the syntax in gobblefile to use the `parser`? **Example using postcss** ```javascript const plugins = [...] const source = fs.readFileSync(file).toString() postcss(plugins).process(source, {from: file, parser: sugarss}) ```
How is the syntax in gobblefile to use the
parser?Example using postcss