JSON CSS Inheritance Demonstration

This is a big red div!

JSON CSS

{
    ".red": {
        "color": "red"
    },
    
    ".big": {
        "font-size": "2em"
    },

    ".bigRed": {
        "@inherit": ".big,.red"
    }
}