From c99cbea0dc3fc3b6c6f4534a7962c1deaf75726d Mon Sep 17 00:00:00 2001 From: Aron Date: Fri, 20 Dec 2024 01:44:43 +0800 Subject: [PATCH] Update subproject commit reference and adjust import path for master.css --- internal | 2 +- site/master.css.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal b/internal index 1388e379d..8c2b5d3f2 160000 --- a/internal +++ b/internal @@ -1 +1 @@ -Subproject commit 1388e379d21a5307073c786dabdc9b6621aed5ed +Subproject commit 8c2b5d3f2b48c414374af95e69501b7c5b398eba diff --git a/site/master.css.ts b/site/master.css.ts index efee4483a..25ba9b5ff 100644 --- a/site/master.css.ts +++ b/site/master.css.ts @@ -1,5 +1,5 @@ import type { Config } from '@master/css' -import common from '~/internal/master.css' +import common from 'internal/master.css' import base from './styles/base' import btn from './styles/btn'