Open kdaulton-chwy opened 3 years ago
Version: tried 2.5.1 through 2.7.3
When running sassdoc, I get the following warning:
» [WARNING] Annotation `property` is not allowed on comment from type `mixin` in `_mixins.scss:73:74`.
I am not using the @property anywhere in my SCSS files in my codebase. The only place the word property is being used in for comment text.
@property
property
Example:
/// @param {String} $family /// Sets the name to be used for the `font-family` property.
I tried removing all instances of the word property from my comments and still getting the error.
Version: tried 2.5.1 through 2.7.3
When running sassdoc, I get the following warning:
I am not using the
@property
anywhere in my SCSS files in my codebase. The only place the wordproperty
is being used in for comment text.Example:
I tried removing all instances of the word
property
from my comments and still getting the error.