Is there a way to remove the unused CSS imported from semantic-ui-css/semantic.min.css?
Checking the Coverage tab in Developer Tools, it seems that this file contains 97.8% unused bytes.
I fixed this by importing just the minified CSS file for a specific Component instead of importing the entire framework.