HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Filter Styles By Sibling

Open cgatian opened this issue 8 years ago • 0 comments

Add a workspace configuration option to filter css classes from style sheets found in the same folder.

For example, given the following folder structure. component1 styles would only be available from the component1.template.html

/component1
    component1.template.html
    component1.styles.css
/component2
    component2.template.html
    component2.styles.css

This would be useful for any component style architecture, specifically Angular.

cgatian avatar Feb 07 '17 13:02 cgatian