Burin Asavesna
Burin Asavesna
Firefox 4.0 beta Mac returns "**border 1s cubic-bezier(0.000000, 0.000000, 1.000000, 1.000000)**"
is it reasonable to expect "linear" back if you set it as "linear"?
For setters, I'll usually just pass the values as-is to let the browser handle it, i.e. hex, rgb, etc, without too much manipulation. Mostly because the browser could probably do...
Yeah, I felt kinda weird about how we were testing too. I was going to go down the route of testing for one of many possible correct values, e.g. rgb...
@robertlevy I needed something like this as well, but the way that I am getting away with having multiple delimiters is passing in RegEx that will match multiple things. It...
If you use SublimeText, you could use SublimeLinter, and configure it to use tailor. Here's the pull request I made to add it: https://github.com/SublimeLinter/SublimeLinter/pull/568 Here's how I actually implemented personally:...
@turboladen I'd be glad to.