Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

sass compile time error #1314

Open
getap opened this issue Oct 23, 2018 · 1 comment
Open

sass compile time error #1314

getap opened this issue Oct 23, 2018 · 1 comment
Labels
build error Error with the build process

Comments

@getap
Copy link

getap commented Oct 23, 2018

"status": 1,
"file": "D:/CSS/natours/sass/base/_animations.scss",
"line": 1,
"column": 1,
"message": "only UTF-8 documents are currently supported; your document appears to be UTF-16 (little endian)",
"formatted": "Error: only UTF-8 documents are currently supported; your document appears to be UTF-16 (little endian)\n on line 1 of sass/base/_animations.scss\n from line 7 of sass/main.scss\n>> ��@\n ^\n"
}

@DeiCha
Copy link

DeiCha commented Oct 23, 2018

I think it's proper compilers behavior. Try to change encoding for whole _animations.scss file.
Short "how to" if you are using sublime3:
https://stackoverflow.com/questions/21289157/set-encoding-of-file-to-utf8-with-bom-in-sublime-text-3

@derweili derweili added the build error Error with the build process label Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build error Error with the build process
Projects
None yet
Development

No branches or pull requests

3 participants