diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 17:24:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 17:24:45 +0200 |
commit | 80cb17f8c3cbcb860945e039ee1af2c811abf02b (patch) | |
tree | 8149d1a73851192c7c8b6e4d347d691bebc03ffb | |
parent | 19df2c0d1e3659a928c3bac9d9a85ecffba4f94a (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'; + @import "partials/base"; @import "toolkit"; @import "compass/typography"; |