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've noticed that the textarea large component does not have the complete CSS associated because the CSS is shared w/ the normal component and the rule is
.topcoat-textarea,
.topcoat-textarea--large
Is it an issue ?
The text was updated successfully, but these errors were encountered:
I think this is an issue, but I'm not sure how to fix it. Right now topdoc just looks for the individual topdoc comments, then it assumes everything in between is the associated css. We could allow for an import of other lines of code, or matching selectors - that would work. Then the snippet produced would include everything that matches that selector (e.g. .topcoat-textarea). We could make it a regex too.
I've noticed that the textarea large component does not have the complete CSS associated because the CSS is shared w/ the normal component and the rule is
Is it an issue ?
The text was updated successfully, but these errors were encountered: