Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .symfony.local.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
workers:
docker_compose: ~
sass:
cmd: ['symfony', 'console', 'sass:build', '--watch']
cmd: ['symfony', 'console', 'sass:build', '--watch', '-vvv']
tailwind_app:
cmd: ['symfony', 'console', 'tailwind:build', '--watch', 'assets/styles/app-tailwind.css']
cmd: ['symfony', 'console', 'tailwind:build', '--watch', 'assets/styles/app-tailwind.css', '-vvv']
tailwind_toolkit_shadcn:
cmd: ['symfony', 'console', 'tailwind:build', '--watch', 'assets/styles/toolkit-shadcn.css']
cmd: ['symfony', 'console', 'tailwind:build', '--watch', 'assets/styles/toolkit-shadcn.css', '-vvv']

http:
port: 9044
Expand Down
8 changes: 0 additions & 8 deletions assets/controllers/browser-controller.js

This file was deleted.

11 changes: 0 additions & 11 deletions assets/styles/app-tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
--n-800: #262626;
--n-900: #0D0D0D;

/* Signal colors */
--signal-red: #FB4040;
--signal-yellow: #FBC640;
--signal-green: #84DE2C;

/* Semantic colors (replaces --bs-body-bg, --bs-body-color, etc.) */
--color-body-bg: #fff;
--color-body-text: #212529;
Expand Down Expand Up @@ -98,11 +93,6 @@
--color-n-800: var(--n-800);
--color-n-900: var(--n-900);

/* Signal colors */
--color-signal-red: var(--signal-red);
--color-signal-yellow: var(--signal-yellow);
--color-signal-green: var(--signal-green);

/* Specific colors */
--color-purple: var(--color-purple);

Expand Down Expand Up @@ -282,7 +272,6 @@

code {
color: var(--color-code);
font-size: var(--text-sm);
}
pre code {
font-size: inherit;
Expand Down
8 changes: 2 additions & 6 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ $utilities: map-remove(
"start",
"end",
"translate-middle",
// Shadow
"shadow",
);

// Layout & components
Expand Down Expand Up @@ -145,18 +147,12 @@ mark {
@import "layouts/container";

// Components
@import "components/Button";
@import "components/Browser";
@import "components/Changelog";
@import "components/DemoContainer";
@import "components/DemoCard";
@import "components/DocsLink";
@import "components/FeatureBox";
@import "components/Icon";
@import "components/IconGrid";
@import "components/IconModal";
@import "components/IconSearch";
@import "components/IconSetCard";
@import "components/Pagination";
@import "components/ProductGrid";
@import "components/PackageBox";
Expand Down
125 changes: 0 additions & 125 deletions assets/styles/components/_Browser.scss

This file was deleted.

19 changes: 0 additions & 19 deletions assets/styles/components/_Button.scss

This file was deleted.

87 changes: 0 additions & 87 deletions assets/styles/components/_DemoCard.scss

This file was deleted.

Loading
Loading