feat: init support for multiple tiles (#2585)

This commit is contained in:
Himself65
2023-05-30 12:27:38 +08:00
committed by GitHub
parent befae6bc9b
commit 61c417992a
5 changed files with 170 additions and 37 deletions
@@ -0,0 +1,5 @@
import { globalStyle } from '@vanilla-extract/css';
globalStyle('.mosaic.mosaic-blueprint-theme', {
backgroundColor: 'var(--background-color)',
});