mysticsymbolic.github.io/lib
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
..
__snapshots__
pages Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
animated-gif.ts
animation.ts
attach.test.tsx
attach.tsx
auto-sizing-svg.tsx
base64.test.ts
base64.ts
bounding-box.test.ts
bounding-box.ts
browser-main.tsx
checkbox.tsx
color-util.test.ts Factor out parseHexColor(). 2021-06-27 09:19:18 -04:00
color-util.ts Add some hills to the waves page. (#177) 2021-07-04 16:34:17 -04:00
color-widget.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
color-widget.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
colors.ts Add a 'wildcard' (neutral) attachment point type. (#200) 2021-07-05 06:30:05 -04:00
creature-symbol-factory.tsx
creature-symbol.tsx Add never_flip_attachments to TOML metadata. (#203) 2021-07-05 19:35:39 -04:00
esbuild-shims.js
export-svg.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
export-svg.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
hover-debug-helper.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
hover-debug-helper.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
mandala-circle.tsx
numeric-slider.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
numeric-slider.tsx
page-with-shareable-state.tsx
page.css Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
page.tsx Split up CSS into multiple files and use CSS imports (#206) 2021-07-11 15:59:37 -04:00
palette-algorithm-widget.tsx
path.ts
point.test.tsx
point.ts
random-colors.test.ts
random-colors.ts randHue color algorithm (#194) 2021-07-03 09:34:30 -04:00
random.test.ts
random.ts
randomizer-widget.tsx
specs.ts Add a 'wildcard' (neutral) attachment point type. (#200) 2021-07-05 06:30:05 -04:00
svg-composition-context.tsx randHue color algorithm (#194) 2021-07-03 09:34:30 -04:00
svg-symbol-metadata.test.ts
svg-symbol-metadata.ts Add never_flip_attachments to TOML metadata. (#203) 2021-07-05 19:35:39 -04:00
svg-symbol.tsx Disable gradients by default. Fixes #150. 2021-06-06 19:39:42 -04:00
svg-transform.tsx
svg-vocabulary.ts
symbol-context-widget.tsx
test-util.ts
unique-id.test.tsx
unique-id.tsx
use-debounced-effect.ts
util.test.tsx
util.ts Add some hills to the waves page. (#177) 2021-07-04 16:34:17 -04:00
visible-specs.tsx
vocabulary-builder.test.ts
vocabulary-builder.ts
vocabulary-widget.tsx
vocabulary.ts