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 07c38bc commit 4896b2fCopy full SHA for 4896b2f
app/sass/main.sass
@@ -2,6 +2,15 @@
2
@import "libs"
3
@import "vars"
4
5
+*
6
+ -webkit-box-sizing: border-box
7
+ -moz-box-sizing: border-box
8
+ box-sizing: border-box
9
+ &:before, &:after
10
11
12
13
+
14
*::-webkit-input-placeholder
15
color: #666
16
opacity: 1
package.json
@@ -9,7 +9,7 @@
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
- "browser-sync": "^2.18.12",
+ "browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
0 commit comments