sassdoc
sassdoc copied to clipboard
Release the docs!
The default `undefined: General` group in SassDoc settings will always be appended to the grouping list on the left-hand column, even if it's overwritten by anything else in `.sassdocrc` file....
This problem appears when you use a Bitbucket repo in your `basePath` option, and try to navigate to a source file with line number highlighting. **Examples for the 'basePath' option:**...
I'd find it handy to have a description for each group to describe what mixins, functions etc. inside of the group are used for. It'll be awesome if you guys...
When I write an `@link` caption across multiple lines such as ``` /// @link http://bourbon.io/docs/#px-to-rem /// Adapted from Bourbon.io's rem function in _px-to-rem.scss, which only /// works if the ``...
Hey there, I just noticed that when I add a @todo inside of file level annotations, all documented items in that file share the same todos which is good! But...
Sassdoc is great. I don't like, however, the way maps are documented, because I need to duplicate both - the name of the property as well as its value. ```...
For example I'd like to document the following function: ``` /// Generates a font size /// /// @param {String} $sizeName /// The name of the font size /// @return {number}...
now default can include brackets inside. For example CSS attribute selector [[attribute]] or string ["[attribute]"] bug description: this input ```scss /// @param {Selector} $self-pointer ["[dir=rtl]"] - test ``` generate such...
## Describe the bug A vulnerable version of jQuery is being used in the documentation site. The vulnerabilities include but are not limited to, XSS and DoS attacks. https://github.com/AlaskaAirlines/WebCoreStyleSheets/blob/master/docs/assets/js/vendor/jquery.min.js More...