We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9173710 commit 0fef31dCopy full SHA for 0fef31d
example/css/app.css
@@ -4,26 +4,6 @@
4
margin-left: auto;
5
margin-right: auto; }
6
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
26
27
@media only screen {
28
.row {
29
max-width: 696px; } }
package.json
@@ -11,7 +11,7 @@
],
"scripts": {
"prebuild": "rimraf example/css",
- "build": "node_modules/.bin/gulp example-css"
+ "build": "yarn run prebuild && node_modules/.bin/gulp example-css"
},
"devDependencies": {
"gulp": "^3.9.0",
0 commit comments