ambitious-knife-25690
07/10/2019, 4:36 PMambitious-knife-25690
07/10/2019, 4:39 PMambitious-knife-25690
07/10/2019, 6:05 PMambitious-knife-25690
07/10/2019, 6:16 PMhaxe-split
- I like to install npm modules in a /bin/node-modules could it be because I haven't ran installed npm haxe-modular in the project's root?ambitious-knife-25690
07/10/2019, 7:31 PMambitious-knife-25690
07/10/2019, 7:32 PMuser
07/10/2019, 8:24 PMambitious-knife-25690
07/29/2019, 6:17 AMhaxe
const drawerWidth = 240;
const useStyles = makeStyles(theme => ({
root: {
display: 'flex',
},
appBar: {
width: `calc(100% - ${drawerWidth}px)`,
marginLeft: drawerWidth,
},`
drawer: {
width: drawerWidth,
flexShrink: 0,
},
What is the conversion process of react code like? Particularly the style itself + the appBar.width
codeambitious-knife-25690
07/29/2019, 6:17 AMuser
07/30/2019, 1:57 PMuser
07/30/2019, 2:00 PMambitious-knife-25690
07/31/2019, 3:22 PMambitious-knife-25690
07/31/2019, 3:23 PMambitious-knife-25690
07/31/2019, 3:23 PMprop
classes etcambitious-knife-25690
07/31/2019, 3:23 PM