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

pull/7738/head
Conduitry 6 years ago
parent 598eda3a7a
commit cc3373616c

@ -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'; const brand = '#74D900';
@ -30,4 +32,4 @@ export const link = css`
text-decoration: none; text-decoration: none;
background: ${brand}; background: ${brand};
} }
`; `;

Loading…
Cancel
Save