webpack-shopify-cli
webpack-shopify-cli copied to clipboard
Tailwind CSS color theme settings
Create a basic theme setting structure for theme colors. Drop Down selection of Tailwind CSS colors (red, green, etc...)
For Example:
- Button Primary Color
- Button Secondary Color
- Main Font Color
- Secondary Font color
class use example class="text-{{ settings.mfc }}-500 bg-{{ settings.bpc}}"