Attempt 2: Make css vars available to host
All checks were successful
armco-org/shared-components/pipeline/head This commit looks good

This commit is contained in:
2025-11-13 14:21:12 +05:30
parent c64a2f88d0
commit e7f4b1f984
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@import "./styles/mixins";
@use "./styles/mixins";
.ar-Modal {
z-index: 2000;

View File

@@ -1,4 +1,4 @@
import "./styles/global"
import "./styles/global.scss"
/* PLOP_INJECT_IMPORT */
export { default as Avatar } from "./Avatar"