Skip to content

Commit d689a6b

Browse files
committed
[playground] added repos
1 parent ac7a729 commit d689a6b

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

apps/neurora_home

apps/neurora_playground

assets/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139

140140
body {
141141
position: relative;
142+
height: 100svh;
142143

143144
/*height: 100%;*/
144145
/*height: 100vh;*/

tailwind.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
const defaultTheme = require("tailwindcss/defaultTheme");
2+
3+
// @ts-check
4+
/**
5+
* @type {import("tailwindcss").Config}
6+
*/
27
const tailwindConfig = {
38
darkMode: ["class"],
49
/**
510
* todo: 智能选择
11+
*
12+
*
613
*/
714
content: [
815
// deps // attention to the prefix

0 commit comments

Comments
 (0)