UNPKG

stylelint-sassdoc

Version:

stylelint plugin to check scss files for a valid sassdoc documentation Credits to https://github.com/anneangersbach

14 lines (9 loc) 205 B
# variable-is-documented Checks if a variable is preceeded by a @type comment. > ** Ignores private variables. ** ## Example of usage ```scss /// @type Bool /// @type Bool | String $someVar: blue; ```