Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 606 Bytes

Dummy project

As an example, will demonstrate the functionality of the pleasure framework in the scenario of an online store.

Dummy Project Configuration

module.exports = {
  ui: {
    postCssVariables: {
      theme: {
        profile: {
          // accessible via var(--theme-profile-background) in any postcss scope
          background: `green`
        }
      }
    }
  }
}

Read the docs