sassdoc
sassdoc copied to clipboard
Release the docs!
Version: tried 2.5.1 through 2.7.3 When running sassdoc, I get the following warning: ``` » [WARNING] Annotation `property` is not allowed on comment from type `mixin` in `_mixins.scss:73:74`. ``` I...
Do you plan to support css custom properties? The [pull request](https://github.com/SassDoc/scss-comment-parser/pull/42) for the scss-comment-parser repository could be a starting point :)
Hi, First of all, just discovered SassDoc this week and I love how well it all looks! Thanks for all the hard work put into this! One question I have...
As I said in the title and you can see it in the following report, the SASS files are correctly parsed but there is no documentation. The folder `sassdoc` was...
Hi SassDoc Team, thx for a great doc tool! While setting it up using a confiiguration file I found out that the verbose and strict parameter are ignored in a...
It would be very useful to be able to associate an item with several groups. Basically, I'd like to be able to do something like this for a function that...
I would like to use sassdoc for a long-living project but am a bit taken back by the lack of commits in the past few months. If there were no...
Is there a list of supported types? I have seen `String`, `Number`, `Color` and some others being used but they're not documented. It seems that SASSDOC accepts any string as...
Does SASSDOC supports including images? I searched for this and found no answer. I would like to add a diagram and some other images in the documentation. Using ASCII Art...
Should it be `string[]` or `list(string)` or anything else? ```scss /// @param {string[]} $args - list of strings @mixin join($args...) { // ... } ```