Alec Resnick
Alec Resnick
[Here](https://github.com/tigoe/DataloggingExamples/blob/master/Columbia_Brown_Center_2016/DHT11/DHT11.ino#L38-L39) it seems that the variables have been flipped unwittingly: ```C float humidity = dht.readTemperature(); float temperature = dht.readHumidity(); ```
I'm new to Styled Components, but I believe this usage of [the `css` helper](https://styled-components.com/docs/api#css) is appropriate, but incorrectly highlighted: Installed Sublime packages: * Babel v11.1.1 * Git v1.0.8 * JsPrettier...
When I include a `filter` attribute in a styled component, babel-sublime doesn't seem to appropriately highlight it as a CSS attribute— seemingly flagging the parens as errors, and tagging filter...
## The problem I'd like to import breakpoints for use in `widths` in `.percy.js`. The following `.percy.js` does not work (_i.e._ the `widths` are not respected, and instead the defaults...