forked from logseq/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.mobile.css
More file actions
49 lines (43 loc) · 2.04 KB
/
Copy pathtailwind.mobile.css
File metadata and controls
49 lines (43 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@charset "utf-8";
@import "tailwindcss" source(none);
@import "./src/main/frontend/shui/radix.css";
@import "./src/main/frontend/shui/radix-hsl.css";
@import "./src/main/frontend/shui/vars-classic.css";
@import "./src/main/frontend/shui/colors.css";
@import "./src/main/frontend/shui/index.css"; /* Tailwind base imported here */
@import "./resources/css/shui.css";
@import "inter-ui/inter.css";
@import "photoswipe/dist/photoswipe.css";
@import "katex/dist/katex.min.css";
@import "codemirror/lib/codemirror.css";
@import "codemirror/theme/solarized.css";
@import "./resources/css/tabler-extension.css";
@import "./resources/css/tabler-icons.min.css";
@import "@logseq/simple-wave-record/dist/style.css";
@import "./src/main/frontend/animations.css";
@import "./src/main/frontend/common.css";
@import "./src/main/frontend/ui.css";
@import "./src/main/frontend/components/icon.css";
@import "./src/main/frontend/mobile/index.css";
@import "./src/main/frontend/components/theme.css";
@import "./src/main/frontend/components/container.css";
@import "./src/main/frontend/components/repo.css";
@import "./src/main/frontend/components/onboarding/index.css";
@import "./src/main/frontend/components/block.css";
@import "./src/main/frontend/components/property.css";
@import "./src/main/frontend/components/editor.css";
@import "./src/main/frontend/components/content.css";
@import "./src/main/frontend/components/datepicker.css";
@import "./src/main/frontend/components/views.css";
@import "./src/main/frontend/components/block/views.css";
@import "./src/main/frontend/components/journal.css";
@import "./src/main/frontend/components/user/login.css";
@import "./src/main/frontend/extensions/code.css";
@import "./src/main/frontend/components/file_sync.css";
@import "./src/main/frontend/components/table.css";
@import "./src/main/frontend/components/command_palette.css";
@import-glob "./src/main/mobile/**/[!_]*.css";
@source "./src/main/**/*.{cljs,cljc,js,css,html}";
@source "./resources/**/*.html";
@source "./deps/shui/src/**/*.{cljs,cljc,css}";
@config "./tailwind.config.js";