Tom Genoni

Results 11 issues of Tom Genoni

In most cases I do want the styleguide to include the classless default state but other times the CSS is written such that the default state is not to be...

`body {background: #aaa url('data:image/png;base64,iVBORw0') no-repeat 10px 12px;}` is parsed as: ``` { "children": { "body": { "0": "base64,iVBORw0') no-repeat 10px 12px;", "children": {}, "attributes": { "background": "#aaa url('data:image/png" } }...

One use case is for documentation. For example, at the top of each CSS file I might include a title and a description. The JSON could then be used to...

enhancement
feature

Given the string `b{font-family:"a";src:url("b";)}@font-face{font-family:"a";src:url("b";)}` Expected output is: ``` b { font-family: "a"; src: url("b";); } @font-face { font-family:"a"; src:url("b"); } ``` Actual output: ``` b { font-family: "a"; src: url("b";);...

To reproduce open a modal: https://thumbprint.design/components/modal/react/ 1. mousedown and hold anywhere inside the modal content 2. dragging the mouse outside of the modal content 3. mouseup on the dark curtain...

help wanted

## Issue If a user is not logged in when running `npm run publish` the script will fail right before publish. Even though no data has left the user's machine...

## Issue Looks like the `inline-block` is being applied by: https://github.com/thumbtack/thumbprint/blob/171bd7d8ce1f9b86a190d256addeb39f987d4f54/packages/thumbprint-react/components/UIAction/plain.module.scss#L4 This means that `I am a link` will wrap as a block and not at the word level. I...

Possibly related #230 ![Screen Shot 2019-07-03 at 1 52 04 PM](https://user-images.githubusercontent.com/1171072/60627260-b5b43c80-9daa-11e9-9098-e61f03cc9848.png) Error shown in console: https://reactjs.org/docs/error-decoder.html/?invariant=31&args%5B%5D=object%20with%20keys%20%7B%24%24typeof%2C%20type%2C%20key%2C%20ref%2C%20props%2C%20_owner%7D&args%5B%5D= This error is intermittent. Took me a couple tries on production to trigger it....

The goal of this ticket is to create documentation with examples for our Guidelines section. ![pasted_image_at_2019-03-21__11_22_am](https://user-images.githubusercontent.com/1171072/54775843-0e7d1200-4bcc-11e9-990c-597b1d42439a.png) ![image](https://user-images.githubusercontent.com/1171072/54775844-0e7d1200-4bcc-11e9-963a-4cd602c896a5.png)

Doing this so I don't have to inject CSS/JS to format the page for sending emails. This means we can just copy directly from the newsletter page and paste it...