Closed CephalonScientia closed 2 years ago
Closing issue because project migrated to using Nuxt.js as the web framework instead of Feathers. Nuxt.js comes preinstalled with TailwindCSS and its CSS classes can be used within Vue components right off the bat without additional configuration.
Install TailwindCSS and add a new folder called
styles
to store CSS files. Issue is completed if TailwindCSS classes can be used in views. Blocked by issue #2 since Tailwind directives need to be resolved and compiled when app is being built.