sassdoc
sassdoc copied to clipboard
Release the docs!
Hi, Thanks for this great tool. Did you think to add a _View in Sassmeister_ link for code examples like we have _View source_ for top code blocks. It could...
From [Twitter](https://twitter.com/mrmidi/status/555176090692751360) > if this somehow worked in conjunction with KSS ( for style guide creation ) it would’ve epic Might be interesting to run some quick tests on whether...
- See #347 So this is the simple version evoked [here](https://github.com/SassDoc/sassdoc/pull/348#issuecomment-72185039), where `-` is not a "special ``", because it takes less code, and will be fine for 99.9% usages....
When using the following: ``` /// Breakpoint used for small screens with a screen width less than `$bp--mobile-landscape` $bp--mobile: 0px !default; // Mobile Breakpoint. ``` I get the following output:...
I think the `package.json` is being required directly, so that means stuff npm does automatically like parsing people objects like: ```json { "author": "Mathias San Miguel (mathias.example.com)" } ``` into...
The current regex: ```regex ^\s*(?:\{(.*)\})?\s*(?:(\$?[^\s]+))?\s*(?:-?\s*([^
I have found the error that `requires` dependencies are getting referenced multiple times in the rendered output when some mixin is using some function multiple times. ``` scss /** *...
Running the gulp task as per the instructions on the docs, but wanting to prevent the docs destination folder from being cleaned out every time I run `sassdoc`
Currently `sassdoc` executed as-is will try to read from `stdin` for SCSS input (that is, meant to be used like `cat file | ... | sassdoc`. Though I don't expect...
WIP - [x] Poster annotations override #387, #410 - [x] Docs for poster annotations override SassDoc/sassdoc.github.io#120 - [ ] Try to infer default values when compiling #304 - [x] Update...