Skip to content

Commit 4896b2f

Browse files
committed
Update
1 parent 07c38bc commit 4896b2f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/sass/main.sass

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
@import "libs"
33
@import "vars"
44

5+
*
6+
-webkit-box-sizing: border-box
7+
-moz-box-sizing: border-box
8+
box-sizing: border-box
9+
&:before, &:after
10+
-webkit-box-sizing: border-box
11+
-moz-box-sizing: border-box
12+
box-sizing: border-box
13+
514
*::-webkit-input-placeholder
615
color: #666
716
opacity: 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "WebDesign Master",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.18.12",
12+
"browser-sync": "^2.18.13",
1313
"del": "^3.0.0",
1414
"gulp": "^3.9.1",
1515
"gulp-autoprefixer": "^4.0.0",

0 commit comments

Comments
 (0)