Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_sass/_reset.scss')
-rw-r--r--_sass/_reset.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/_sass/_reset.scss b/_sass/_reset.scss
index 5674ada..3dff727 100644
--- a/_sass/_reset.scss
+++ b/_sass/_reset.scss
@@ -1,7 +1,7 @@
-//
-// Reset CSS
-// Adapted from http://github.com/necolas/normalize.css
-// --------------------------------------------------
+/* ==========================================================================
+ Reset CSS
+ Adapted from http://github.com/necolas/normalize.css
+ ========================================================================== */
*, *:after, *:before {
-webkit-box-sizing: border-box;
@@ -143,7 +143,7 @@ input[type="checkbox"] {
cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others.
}
input[type="search"] { // Appearance in Safari/Chrome
- @include box-sizing(content-box);
+ box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,