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.
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.