Scott Corgan
Scott Corgan
After thinking about the implementation details and the API surface area I'd like to make the following proposal for changing this package and making another package based of this package:...
Ran into an issue recently with an invalid form field preventing the form from submitting. Right now an invalid class is added to an element, but it would be nice...
Using the example on the README, the get `undefined` for the value of entry.size. Is that a known issue? Couldn't find anything in any other issue.
Is there planned support to include elm-format? That's the biggest headache between versions.
```js let contrast = require('contrast') let output = contrast(someColor) // output === contrast.LIGHT // or // output === contrast.DARK ```
[node-findit](https://github.com/substack/node-findit)
``` javascript var config = { directory: path.join(__dirname, 'lib'), inject: { env: { name: 'env', definition: env } } }; ```