We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
property
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: