Skip to content

Commit 0fef31d

Browse files
committed
Final fixes before publication
1 parent 9173710 commit 0fef31d

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

example/css/app.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
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; } }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",

0 commit comments

Comments
 (0)