@aparajita/tailwind-ionic
Version:
Tailwind utilities for Ionic
13 lines (12 loc) • 380 B
JavaScript
module.exports = {
types: [
{ type: 'feat', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
{ type: 'chore', section: 'Maintenance' },
{ type: 'docs', section: 'Docs' },
{ type: 'style', section: 'Style' },
{ type: 'refactor', section: 'Refactoring' },
{ type: 'perf', section: 'Performance' },
{ type: 'test', hidden: true }
]
}