Skip to content

Commit

Permalink
Merge pull request #1487 from kareila/1483-scss
Browse files Browse the repository at this point in the history
[#1483] explicitly specify UTF-8 charset
  • Loading branch information
zorkian committed Jul 13, 2015
2 parents 0491e2c + fc35a2f commit ddacf30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htdocs/scss/components/pickadate/_base.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// based on the classic picker styling for pickadate.js
// http://amsul.github.io/pickadate.js

Expand Down Expand Up @@ -101,4 +102,4 @@
box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

}
}
3 changes: 2 additions & 1 deletion htdocs/scss/components/pickadate/time.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
Expand Down Expand Up @@ -51,4 +52,4 @@
*/
.picker--time .picker__button--clear {
display: none;
}
}
1 change: 1 addition & 0 deletions htdocs/scss/skins/_nav.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
$nav-small-screen-header-height: 3em;
@mixin main-nav( $nav-orientation: vertical,
$side: left,
Expand Down

0 comments on commit ddacf30

Please sign in to comment.