This repository was archived by the owner on Apr 4, 2019. It is now read-only.
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
unquote should raise an error for non-strings #27
Open
Description
From sass/sass#1583:
currently unquote silently passes through values that are not strings. This is inconsistent with the quote function.
The current behavior should be deprecated in the next major release and then changed to an error following that.
Note that this is currently deprecated, and just needs to become an error on the master
branch.