File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed
Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 44 margin-left : auto;
55 margin-right : auto; }
66
7- * {
8- box-sizing : border-box; }
9-
10- body {
11- font-family : 'Raleway' , sans-serif; }
12-
13- h1 {
14- text-align : center; }
15-
16- .row {
17- margin-bottom : 15px ; }
18-
19- .row__column {
20- background : # ddd ;
21- border-left : 1px solid # eee ;
22- border-right : 1px solid # eee ;
23- height : 40px ;
24- line-height : 40px ;
25- text-align : center; }
26-
277@media only screen {
288 .row {
299 max-width : 696px ; } }
Original file line number Diff line number Diff line change 1111 ],
1212 "scripts" : {
1313 "prebuild" : " rimraf example/css" ,
14- "build" : " node_modules/.bin/gulp example-css"
14+ "build" : " yarn run prebuild && node_modules/.bin/gulp example-css"
1515 },
1616 "devDependencies" : {
1717 "gulp" : " ^3.9.0" ,
You can’t perform that action at this time.
0 commit comments