Christopher Keers
Christopher Keers
The code was already in place to auto center the QR code but was being blocked in the `getOffset()` function by checking for the padding improperly. I added a second...
This fixes the lack of `name` and `value` attributes in the form post: `2015-03-07-html-forms.md` This is a fix for issue #92: Incorrect/ Incomplete Select Example.
In the `2015-03-07-html-forms.md` post the `select` tag is missing a `name` attribute and the options are missing their `value` attributes.
Less.js supports the color() function that attempts to convert a string to a valid Hex color. Lessphp is missing this. Low priority. I will try to add this when I...
This patch protects CSS named grids by replacing the brackets before any parsing or compiling happens. Once all parsing and compiling is done the brackets are replaced. **NOTE** Brackets are...