mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
feat(module): hard-code css file to be imported anywhere
This commit is contained in:
@@ -91,3 +91,10 @@ provide('files', files)
|
||||
<LazyUContentSearch v-model:search-term="searchTerm" :files="files" :navigation="navigation" :fuse="{ resultLimit: 42 }" />
|
||||
</UApp>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui-pro/dist/runtime/index.css";
|
||||
|
||||
@source "../content/**/*.md";
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user