Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Add @style annotation #10

Closed Buslowicz closed 7 years ago

Buslowicz commented 7 years ago

Add @style annotation that accepts css, shared style component name and path to css file. If provided value is css, it should be placed within the <style> tags. If provided value is a name of shared style, it should be added with <style include="name">. if provided value is a path, it should read the css and treat it further as it was css content.