Quantcast
Channel: Active questions tagged svelte - Stack Overflow
Viewing all articles
Browse latest Browse all 1541

Class styling on a custom component in Svelte does not register

$
0
0

I am using Svelte/Sapper templae and added Attractions UI, but I cannot apply any class/styles to their custom components, like so:

<TextField class='search-box' type='search' /><style>    .search-box {        margin-bottom: 10px;    }</style>

I get

Unused CSS selector ".search-box"

The only way to make it work so far for me was to apply the :global modifier on the style.


Viewing all articles
Browse latest Browse all 1541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>