Skip to content

Commit

Permalink
[playground] added repos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Oct 16, 2024
1 parent ac7a729 commit d689a6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/neurora_home
2 changes: 1 addition & 1 deletion apps/neurora_playground
1 change: 1 addition & 0 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@

body {
position: relative;
height: 100svh;

/*height: 100%;*/
/*height: 100vh;*/
Expand Down
7 changes: 7 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
const defaultTheme = require("tailwindcss/defaultTheme");

// @ts-check
/**
* @type {import("tailwindcss").Config}
*/
const tailwindConfig = {
darkMode: ["class"],
/**
* todo: 智能选择
*
*
*/
content: [
// deps // attention to the prefix
Expand Down

0 comments on commit d689a6b

Please sign in to comment.