{}
tailwind.config = { theme: { extend: { colors: { } }, screens: { 'lg': {'max': '991px'}, 'md': {'max': '767px'}, 'sm': {'max': '478px'}, } } } }
@tailwind base; @tailwind components; @tailwind utilities; @layer base { } @layer components { } @layer utilities { }
{}
Changelog
Updates and improvements.
Version -
1.0.0
Notes
Initial release.