json2mq
json2mq copied to clipboard
Generate media query string from JSON or javascript object
Results
2
json2mq issues
Sort by
recently updated
recently updated
newest added
merge libs?
11
Hey there - Your lib looks cool, I want to use it instead of some stuff I wrote for react-responsive Here is my stuff: https://github.com/wearefractal/react-responsive/blob/master/src/toQuery.js I think negation might be...
I believe the intention of the `isDimension` function is to test whether a feature ends with `height` or `width`, but what the regular expression is actually doing is checking whether...