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

Can I keep "unused css selector"?

$
0
0

I noticed that svelte will purge my css automatically, all "unused css selector" will get removed.

For example:

<p class="blue">This is a paragraph.</p><style>    .red{        color: red;    }    .blue{        color: blue;    }</style>

The style for class 'red' will be removed. How can I keep the '.blue' selector? I want to use it later at some point.


Viewing all articles
Browse latest Browse all 1541

Trending Articles



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