Danny

Results 4 issues of Danny

https://github.com/faceyspacey/universal-demo

## Problem It looks like this library doesn't calculate the viewbox properly when rendering a jagged UPC barcode with the value printed underneath. ## Example ```js JsBarcode('#barcode', '673006885997', { format:...

I think styled-components set a bad precedent: mixing styling and semantics. For example, there are many times I need to use a heading of a certain level (`h1`, `h2`, `h3`)...

A major sticking point for people with zero-runtime CSS-in-JS solutions (e.g. css-modules) has been around code-sharing. The `import styles from './styles.css';` is problematic since its not a standard node module....