parseValue() full match with string literals
the original regex matching would have made values like "untrue" to be interpreted as `true` and values like "not-false" as `false` see https://github.com/zurb/foundation-sites/pull/9149
Loading
Please sign in to comment