Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Remove scss file, prettify css, move fonts to single include in html #107

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

joshas
Copy link
Contributor

@joshas joshas commented Jul 13, 2022

As mentioned in #92 the SCSS file is stale, all updates were made only to CSS. Because there is no documented CSS build process and styles are pretty simple, I suggest leaving only CSS file.
Fixes #92

Made few minor fixes to CSS: removed incorrectly named properties and replaced single element using id for styling with class. Final result was prettified with "Prettier".

While at it, I concatenated all google web fonts to a single include and moved them to in structure.html file. preconnect should help with faster font loading and display.

@tpopela
Copy link
Contributor

tpopela commented Jul 14, 2022

Thank you @joshas, this is really appreciated!

@tpopela tpopela merged commit 8285e08 into fedora-silverblue:master Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Its confusing to have a stale SCSS file
2 participants