Skip to content

Instantly share code, notes, and snippets.

@ChucKN0risK
Created November 12, 2021 10:52
Show Gist options
  • Save ChucKN0risK/93c5175647ca764a68a8b1c30aa8d0a2 to your computer and use it in GitHub Desktop.
Save ChucKN0risK/93c5175647ca764a68a8b1c30aa8d0a2 to your computer and use it in GitHub Desktop.
Tailwind config Kenneth
{
"repository": "@freeflow/Nomadic",
"rules": [
{
"name": "Design Tokens",
"path": "packages/core/src/styles/themeFromSpecify.js",
"parsers": [
{
"name": "to-tailwind",
"options": {
"formatName": "kebabCase",
"formatConfig": {
"objectName": "theme",
"module": "commonjs",
"singleQuote": true
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment