site: fix css-in-js blog embed, pt II

pull/2994/head
Conduitry 5 years ago
parent c24fc92d2f
commit 87d4ac55c9

@ -1,4 +1,6 @@
import { css } from 'emotion/dist/emotion.umd.min.js';
import emotion from 'emotion/dist/emotion.umd.min.js';
const { css } = emotion;
const brand = '#74D900';
@ -30,4 +32,4 @@ export const link = css`
text-decoration: none;
background: ${brand};
}
`;
`;

Loading…
Cancel
Save