dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

CSS variables may be minimified with default values #179

Closed dascritch closed 1 year ago

dascritch commented 2 years ago

by example ;

    --pl-bg  :  var(--cpu-playing-background, #444)

And so we don't need to inject a global.css in the main DOM

dascritch commented 2 years ago

Not really possible. By example, in the default theme, the global css uses breakpointed definitions :

@media (max-width: 480px) {
        :root , .interface {
                --cpu-elapse-width : 70px;
        }
}