mysticsymbolic.github.io/lib/pages
Atul Varma ea7673f70e
Split up CSS into multiple files and use CSS imports (#206)
This splits up our `styles.css` file into multiple CSS files that sit alongside the TSX files that use their classes.  All "generic" CSS that isn't used by any one particular component, such as our `thingy` class, is currently being put into `page.css`.

The CSS files are imported via `import` statements in their associated TSX files. As such, this fixes #164.

This also starts formatting our CSS using Prettier.

It also moves some of our `<head>` tags back into `index.html`, reverting a tiny bit of #205, to ensure that some of the metadata can be recognized by browsers, and start loading asynchronously, independently of the page's JavaScript (I see no reason why any of those elements need to change dynamically based on the app's state, so there don't seem to be any downsides to this).
2021-07-11 15:59:37 -04:00
..
mandala-page Factor out parseHexColor(). 2021-06-27 09:19:18 -04:00
creature-page.tsx Add a 'wildcard' (neutral) attachment point type. (#200) 2021-07-05 06:30:05 -04:00
debug-page.tsx Allow user to choose from multiple palette algorithms. (#97) 2021-04-17 07:33:27 -04:00
index.tsx Change default page to 'creature'. Fixes #149. 2021-06-06 19:37:35 -04:00
vocabulary-page.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
vocabulary-page.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
waves-page.tsx Add some hills to the waves page. (#177) 2021-07-04 16:34:17 -04:00