UNPKG

stylelint-sassdoc

Version:

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

13 lines (8 loc) 205 B
# variable-is-documented Checks if a variable is preceeded by at least one Sassdoc comment. > ** Ignores private variables. ** ## Example of usage ```scss /// This is a description $someVar: blue; ```