Styling the component
import { _ } from "bemtv";
const { css, template } = _`App`();
css`
color: blue;
font-size: 20px;
`;
template`h1[Hello world!]`;Last updated
import { _ } from "bemtv";
const { css, template } = _`App`();
css`
color: blue;
font-size: 20px;
`;
template`h1[Hello world!]`;Last updated