- Set lthn-desktop as the default gui build target (port 9247) - Add core-demo GUI with Vite frontend (port 9245) - Configure core-gui on port 9246 to avoid conflicts - Update .gitignore for lthn-desktop and core-demo artifacts - Include lthn-desktop Angular frontend with Monaco editor and Claude panel - Add frontend.old directory preserving original lthn-desktop pages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
357 B
SCSS
11 lines
357 B
SCSS
@use "tailwindcss";
|
|
@import "@fortawesome/fontawesome-free/css/fontawesome.min.css";
|
|
@import "@fortawesome/fontawesome-free/css/brands.min.css";
|
|
@import "@fortawesome/fontawesome-free/css/regular.min.css";
|
|
@import "@fortawesome/fontawesome-free/css/solid.min.css";
|
|
|
|
html {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
/* You can add your own global styles here */
|