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
I have seen String, Number, Color and some others being used but they're not documented.
It seems that SASSDOC accepts any string as a type, for example, it would be OK to use the type Integer if my parameter can only accept integer values?
///@param{Integer}$myparam@mixinA($myparam) {
}
The text was updated successfully, but these errors were encountered:
Is there a list of supported types?
I have seen
String
,Number
,Color
and some others being used but they're not documented.It seems that SASSDOC accepts any string as a type, for example, it would be OK to use the type
Integer
if my parameter can only accept integer values?The text was updated successfully, but these errors were encountered: