Skip to content

Commit c7842aa

Browse files
committed
update spell
1 parent fadaa24 commit c7842aa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/main.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './styles/root.css';
1+
import './root.css';
22
import invert from 'invert-css';
33

44
const textarea = document.querySelector('.textinput') as HTMLTextAreaElement;
@@ -12,8 +12,6 @@ const exampleText = `
1212
> Just paste variables and run
1313
> Perfect for creating themes.
1414
15-
> Try it out with this tool's CSS variables.
16-
1715
--------------------------------------------
1816
1917
> ACCEPTED COLOR FORMATS

src/styles/root.css renamed to src/root.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
font-family: basement;
44
font-style: normal;
55
font-weight: 900;
6-
src: url('../fonts/basement-expanded.woff2') format('woff2');
6+
src: url('./fonts/basement-expanded.woff2') format('woff2');
77
}
88

99
@font-face {
1010
font-display: swap;
1111
font-family: Neue;
1212
font-style: normal;
1313
font-weight: 400;
14-
src: url('../fonts/neue/NeueMontreal-Regular.woff2') format('woff2');
14+
src: url('./fonts/neue/NeueMontreal-Regular.woff2') format('woff2');
1515
}
1616

1717
@font-face {
1818
font-display: swap;
1919
font-family: Neue;
2020
font-style: normal;
2121
font-weight: 500;
22-
src: url('../fonts/neue/NeueMontreal-Medium.woff2') format('woff2');
22+
src: url('./fonts/neue/NeueMontreal-Medium.woff2') format('woff2');
2323
}
2424

2525
:root {

0 commit comments

Comments
 (0)