sassdoc
sassdoc copied to clipboard
Release the docs!
Fixes issue #530 :)
`update-notifier@5` has a transitive dependency on `got@9`, which has an open vulnerability that will not be backported. See https://snyk.io/test/npm/sassdoc/2.7.4#SNYK-JS-GOT-2932019. One potential solution: replace `update-notifier` with `simple-update-notifier` (`nodemon` has done that:...
not so much is needed to make this full ESM compatible without the need for a build tool... just need to slam in full relative path and not using extension...
Hello! I have begun making a TypeScript definition file in https://github.com/mrmlnc/vscode-scss/pull/156 for a proof of concept that uses `sassdoc.parse` to show docs in VS Code. I would like to expand...
Hi, what can cause this message when I do **sassdoc .** => [WARNING] Parser for annotation `flag` not found. Location: `linePoster.test.scss:5:8`
Not sure if this already exists; couldn't find it in the docs but is there a way to search for items based on a keyword provided in the searchbar on...
A [tweet](https://twitter.com/elseloop/status/578583630164848640) points out there is no way to document a Map as parameter currently. That might be an interesting new feature to add. Consider the following: ``` sass ///...
Hello, I'm new to sass, so sorry if question is simple. When i run sassDoc using CLI: `sassdoc ./src/assets/styles/ --config ./src/sassdoc_config.json` The response is: > [ERROR] Could not find any...
It could be useful to show more than one example: ```sass /// /// @example scss /// .username { /// @include truncate; /// } /// /// @output css /// .username {...
# Issue Versions: tried 2.5.1 through 2.7.3 When using `@see` to reference a variable in another module, I receive the following warning: ``` » [WARNING] Item `set` refers to `settings.$placeholders`...