The snippet below: ```ts import { makeStyles } from '@griffel/react' const useClasses = makeStyles({ root: {} }) ``` Will trigger the extraction plugin and emit an empty CSS file.