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 a lot of CSS stylesheets in the project, but the current HTML file just loads style1.css.
I just want to list the CSS values associated with style1.css
Would you mind elaborating on what do you mean by getting the "CSS stylesheets and built-in styles that have been added"? Do you mean new changes or additions to an existing CSS file in the workspace?
<html><head><title>demo</title><linkhref="./sytle0.css" rel="stylesheet" type="text/css"></head><body><style>
...
</style>
I just want to get inline styles and style0.css styles !
</body></html>
zignd
changed the title
Is anyone still maintaining it
Suggest completion only for the classes in CSS files linked in the current HTML file
Mar 4, 2021
I think this needs to add an option to only get those CSS stylesheets and built-in styles that have been added
The text was updated successfully, but these errors were encountered: