Karol Tomoki Yamazaki

Results 2 issues of Karol Tomoki Yamazaki

Unless I'm missing something, snippets of pseudo elements like `before`, `after`, `active` etc. use SASS syntax, e.g. typing `be` gives this: ``` :before content: ""; /* style */ ``` Is...

Relevant piece of my gulpfile: ``` nodejs .pipe(haml({ require: [ "date", "./lib/haml/render.rb", ] })) ``` This results in error: `'LoadError: cannot load such file -- date,./lib/haml/render.rb\n Use --trace for backtrace.\n'`...

bug