Tyler Akins

Results 57 issues of Tyler Akins

It would be sweet if the library was fully asynchronous and broke work down to tiny little bits and processed them using something like async.js or a work queue. This...

There's a lot of code that repeats itself in a generic way. It would be nice to specify a generator for the code so a CSS property could be defined...

Please add custom rules to PrettyCSS for properties. Essentially, these are extra checks that can be added for a particular project that are not suitable for the engine itself.

Currently the prettycss command-line version filters errors and warnings. This should be moved to the library itself so others can benefit from this code.

There are multiple definitions of what a Token is. Consolidate logic into just one.

With "use strict", this will cause the program to fail. As a bonus, it would be fantastic if jslint would validate all of the JS in the suite.

The -moz-appearance property does allow "none" as a valid value. See https://developer.mozilla.org/en-US/docs/CSS/-moz-appearance

Would you be willing to update the peer dependency to support the current, 5.x.x version of clean-css?

I am having a hard time using this plugin because I am not in UTC. In `validateDate` one makes a new `Date` object. Mine looks like this in my console:...