cobyism / gridism

A simple responsive CSS grid.
http://pages.cobyism.com/gridism
MIT License
660 stars 85 forks source link

Removed non UTF-8 characters #39

Closed jonathanmoore closed 8 years ago

jonathanmoore commented 8 years ago

Dropping this simple framework into a SCSS caused problems because of the use of two single, curved quotation marks used in the comments . This simple change swaps them out for standard single quotes to avoid UTF-8 issues.

cobyism commented 8 years ago

These characters have never caused an issue for me when using this, but I’m happy to merge this in for the sake of simplicity and to remove one possible opportunity for things to break. Thanks for the PR!