matype/postcss-style-guide

fs is not defined

Closed this issue · 2 comments

hi there, I just installed postcss as well as postcss-style-guide via npm.

i used your configuration for gulp and it came back with the reference error fs is not defined

any thoughts on what I might be doing wrong?

@WhatsNewSaes Did you try to run the example code in README? Of cause, you must require the standard module, fs.

var fs = require('fs')

Ahh i gotcha. It might be good to put that in the gulp documentation as well.

Thanks!