trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 200 forks source link

Process sass in scss #183

Closed jdcantrell closed 9 years ago

jdcantrell commented 9 years ago

There have been several requests to process sass comments in scss files. I think it's a good choice, but we cannot stop processing css comments in sass. This PR first tries to find css doc blocks and if that fails it will then try to find sass doc blocks when processing .scss files.

This isn't the cleanest way to do this but for now I'm trying to ease back into hologram maintenance and I think it'll be okay for a while.

jdcantrell commented 9 years ago

Additionally this fixes https://github.com/trulia/hologram/issues/139