CephalonScientia / wiki-reader

📖 MediaWiki wiki reader
1 stars 0 forks source link

Hook up TailwindCSS #3

Closed CephalonScientia closed 2 years ago

CephalonScientia commented 2 years ago

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.

CephalonScientia commented 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.