Full Stack Foundations - Styling

    Images and styles can be imported into the Remix app and linked in the Head via the Links function. CSS can be bundled so to not the litter the links section. Tailwind is superior to other CSS implementations, at least due to its minimal file size of less than 15K. Changes to css and svg can be tracked with a fingerprint signature to ensure that only the latest asset is loaded into the browser.

    epicnotes