tjchecketts / nota-fucation

Event driven toast notifications
https://www.npmjs.com/package/nota-fucation
2 stars 0 forks source link

toast.css reloads on every toast #12

Open kyrandita opened 4 years ago

kyrandita commented 4 years ago

Watch the network tab as you click on the test page buttons, every toast requests the same css file.

It should load the file either when the nota-fucation element gets added to the page, or at latest the first nota-toast gets made (preferably before first draw of the toast so no more jittery flash of an unstyled component)