As an example, will demonstrate the functionality of the pleasure framework in the scenario of an online store.
module.exports = {
ui: {
postCssVariables: {
theme: {
profile: {
// accessible via var(--theme-profile-background) in any postcss scope
background: `green`
}
}
}
}
}