Paul Craig
Paul Craig
Just recently commented on your blog, but (afterwards) figured it made more sense to continue this discussion here. Am having problems selecting text in textareas and input fields with pre-existing...
Hi there, Yeah, the idea was to take keep the default button styles separated from the app-specific styling as a nod towards portability. In theory, the `govuk_button` rules could live...
Yeah, if this isn't clear, you can create an `.html` file in your project at `{projectroot}/{app}/templates/invitations/email/email_invite_message.html` and it will override [the default template](https://github.com/bee-keeper/django-invitations/blob/master/invitations/templates/invitations/email/email_invite_message.txt).
I've been playing with this and I've noticed that colons trigger the same problem but other punctuation marks seem to be okay. There is some interaction between colons and brackets...
Has anyone figured out how to target these? I am building an application that throws exceptions on warning messages and I would like to add some rules to catch these...
Hey, this recently helped me with a problem I was having. Looks like the build is failing because you haven't updated the npm version in [the travis file](https://github.com/jsoverson/grunt-contrib-jasmine-example/blob/master/.travis.yml#L3). If you...
Final point, but if you run `grunt jshint` or `grunt test`, there are a small few errors to fix.