I am a CSS newbie. I am just wondering, is that possible to include one common class into another class?
for example,
.center {align: center}; .conte
In standard CSS, it's not possible to do this, though it would be nice.
For something like that you'd need to use SASS or similar, which "compiles" to CSS.