You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: