posthtml / posthtml-css-modules

Use CSS modules in HTML
MIT License
54 stars 5 forks source link

Multiple levels JSON #11

Closed shelldandy closed 6 years ago

shelldandy commented 6 years ago
{
  "components": {
    "buttons": {
      "normal": "buttons__normal___1C3gz"
    },
    "mike": {
      "pic": "mike__pic___2katq"
    }
  }
}

With a json object N levels deep this wouldn't work:

css-module='components.buttons.normal'

Is there a way to make it happen?

shelldandy commented 6 years ago

lol closing because all of a sudden it now works

/shrug