Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to compress external css file Re: how to compress external css file

#124379
Kitty Giraudel
Participant

I believe he wants to make some kind of a set of buttons, which are different by their color, their size or something.

.btn {
/* Common stuff here */
}

.btn-small {
/* Specific stuff here */
}

My button