File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- import './styles/ root.css' ;
1
+ import './root.css' ;
2
2
import invert from 'invert-css' ;
3
3
4
4
const textarea = document . querySelector ( '.textinput' ) as HTMLTextAreaElement ;
@@ -12,8 +12,6 @@ const exampleText = `
12
12
> Just paste variables and run
13
13
> Perfect for creating themes.
14
14
15
- > Try it out with this tool's CSS variables.
16
-
17
15
--------------------------------------------
18
16
19
17
> ACCEPTED COLOR FORMATS
Original file line number Diff line number Diff line change 3
3
font-family : basement;
4
4
font-style : normal;
5
5
font-weight : 900 ;
6
- src : url ('.. /fonts/basement-expanded.woff2' ) format ('woff2' );
6
+ src : url ('./fonts/basement-expanded.woff2' ) format ('woff2' );
7
7
}
8
8
9
9
@font-face {
10
10
font-display : swap;
11
11
font-family : Neue;
12
12
font-style : normal;
13
13
font-weight : 400 ;
14
- src : url ('.. /fonts/neue/NeueMontreal-Regular.woff2' ) format ('woff2' );
14
+ src : url ('./fonts/neue/NeueMontreal-Regular.woff2' ) format ('woff2' );
15
15
}
16
16
17
17
@font-face {
18
18
font-display : swap;
19
19
font-family : Neue;
20
20
font-style : normal;
21
21
font-weight : 500 ;
22
- src : url ('.. /fonts/neue/NeueMontreal-Medium.woff2' ) format ('woff2' );
22
+ src : url ('./fonts/neue/NeueMontreal-Medium.woff2' ) format ('woff2' );
23
23
}
24
24
25
25
: root {
You can’t perform that action at this time.
0 commit comments