Angular & TailwindCSS
devpato
devpato
Sr.Developer dvocate
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
devpato
devpato
devpato
devpato
ng add @ngneat/tailwind
devpato
<body class="dark">
<app-root></app-root>
</body>
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
Index.html
styles.scss
devpato
devpato
https://tinyurl.com/8az0bst3
Tutorial
Github Repo
https://tinyurl.com/1938633f