Skip to content

Commit ecaeb32

Browse files
committed
@charset "utf-8"; to all sass files
1 parent d83753c commit ecaeb32

10 files changed

Lines changed: 11 additions & 1 deletion

_sass/_01_settings_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/* TOC – Color Variables
23
34
- Basics

_sass/_02_settings_typography.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/* TOC – Typography variables
23
34
Modular Scale › http://modularscale.com/scale/?px1=16&px2=36&ra1=1.25&ra2=0

_sass/_03_settings_mixins_media_queries.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
// Foundation by ZURB
23
// foundation.zurb.com
34
// Licensed under MIT Open Source

_sass/_04_settings_global.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@charset "utf-8";
2+
13
$spacing-unit: 30px;
24

35

_sass/_05_normalize.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
23

34
/**

_sass/_06_typography.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/* TOC – Typography
23
34
Check typography variables › _3_typography_settings.scss

_sass/_07_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/* TOC
23
34
- Adjustments: Video Layout

_sass/_09_elements.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
/* TOC
23
34
- Table of Contents (Index)

_sass/_11_syntax-highlighting.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
@charset "utf-8";
22
/* Syntax highlighting styles
33
------------------------------------------------------------------- */
44

_sass/_functions.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "utf-8";
12
// Foundation by ZURB
23
// foundation.zurb.com
34
// Licensed under MIT Open Source

0 commit comments

Comments
 (0)