While setting it up using a confiiguration file I found out that the verbose and strict parameter are ignored in a configuration file even though they are documented as official api in http://sassdoc.com/configuration/. Enabling both modes via CLI parameters works, however.
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 configuration file even though they are documented as official api in http://sassdoc.com/configuration/. Enabling both modes via CLI parameters works, however.
Example Project: https://github.com/tscz/sassdoc-bug
Steps to Reproduce:
npm run sassdoc:verboseworks
andnpm run sassdoc:strictworks
to verify that CLI parameters are used.npm run sassdoc:doesntwork
to verify that the same parameters setup in the config file are not picked up.Thx and regards.