vcheeze / gopher-wood

https://www.gopherwoodclinic.org
1 stars 0 forks source link

Restructure styles #43

Open vcheeze opened 4 years ago

vcheeze commented 4 years ago

Currently, we are using SCSS files in the styles/ folder, which is being imported in _layout.svelte. However, a more efficient way might be simply to use static/global.css, which is included in template.html. We could simply include Tachyons there as well, which would simplify the structure and possibly reduce loading time too.

vcheeze commented 2 years ago

Will be resolved with #111