Skip to content

Commit 47975a2

Browse files
committed
feat: add layers.css for improved CSS organization and import in index.css
1 parent 66e3da5 commit 47975a2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/nimiq-vitepress-theme/src/assets/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url('./layers.css');
2+
13
@import url('./uno.css') layer nq-vp;
24
@import url('./typography.css') layer nq-vp;
35
@import url('./github-callouts.css') layer nq-vp;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@layer nq-reset, nq-colors, nq-preflight, nq-static-content, nq-typography, nq-utilities, nq-variants, nq-vp;

packages/nimiq-vitepress-theme/src/layout/Layout.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script setup lang="ts">
2-
import '../assets/index.css';
32
import PageContent from './PageContent.vue';
43
import Sidebar from './Sidebar.vue'
54
</script>

0 commit comments

Comments
 (0)