November 2017
Beginner to intermediate
398 pages
8h 42m
English
The Single-File Component can include multiple <style> tags to add CSS to the app that is related to this component.
Here's a very simple example of component style applying some CSS rules to the .movies class:
<style>.movies { list-style: none; padding: 12px; background: rgba(0, 0, 0, .1); border-radius: 3px;}</style>
Read now
Unlock full access