diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 16:35:24 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 16:35:24 +0200 |
commit | bd9293678212e540363fd732ced8a13aa45a78d5 (patch) | |
tree | f1815fdd679059e993cdbea3b4431c87e6d932f7 | |
parent | d4731404f4da2215991e21a6f55e222b43bbd442 (diff) |
Declare encoding. Inspired by <https://sass-guidelin.es/#syntax--formatting>.
-rw-r--r-- | style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +@charset 'utf-8'; + /*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */ @import "h5bp"; |