`--style="red.css"` does not work
BananaAcid opened this issue · 2 comments
BananaAcid commented
Style file will not be included?
using the command
. .\node_modules\.bin\capture-website.ps1 https://appjigger.com --output=appjigger.com.jpeg --full-page --style="red.css" --overwrite
red.css:
* {
background: red !important;
}
sindresorhus commented
BananaAcid commented
... for me too :)
On windows, I got a BOM in the file - I guess that broke it. Removing the BOM and the UTF-16 Marker, it seemed to work.