import { css } from '@linaria/core'; import { astroTextColor } from './external'; export function CSRChild() { return (
I am child module!
); } // Try to change some variables white in dev mode export const cssVariableFromModule = '64px';