mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-16 05:15:33 -04:00
scss ➡️ vanilla css (#727)
* scss isn't worth the technical/mental overhead anymore * try to translate my old Hugo pygments themes * update lockfile * consolidate .hljs classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Name from "./Name";
|
||||
import Menu from "./Menu";
|
||||
|
||||
import styles from "./Header.module.scss";
|
||||
import styles from "./Header.module.css";
|
||||
|
||||
const Header = () => (
|
||||
<header className={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user