File tree Expand file tree Collapse file tree 4 files changed +0
-335
lines changed Expand file tree Collapse file tree 4 files changed +0
-335
lines changed Original file line number Diff line number Diff line change 6
6
(preprocess
7
7
(pps melange.ppx reason-react-ppx))
8
8
(module_systems commonjs))
9
-
10
- (melange.emit
11
- (alias client)
12
- (target header)
13
- (modules header)
14
- (libraries melange shared_js reason-react styled-ppx.css styled-ppx.emotion)
15
- (preprocess
16
- (pps melange.ppx reason-react-ppx))
17
- (module_systems commonjs))
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ module Color = {
17
17
let black = Css . black;
18
18
let reason = Css . hex("db4d3f" );
19
19
let react = Css . hex("149eca" );
20
- let ahrefs = Css . hex("ff8800" );
21
20
let lightGrey = Css . hex("c1c5cd" );
22
21
let darkGrey = Css . hex("292a2d" );
23
22
let backgroundBox = Css . hex("2e3c56" );
You can’t perform that action at this time.
0 commit comments