Skip to content

Commit

Permalink
Moving CSS to be an import, temporarily requireing composer semver
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Oct 18, 2023
1 parent 9c6bbba commit 9a5d24f
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 175 deletions.
1 change: 1 addition & 0 deletions ux.symfony.com/assets/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import './styles/app.scss';
import { registerReactControllerComponents } from '@symfony/ux-react';
import {registerVueControllerComponents} from "@symfony/ux-vue";
import { registerSvelteControllerComponents } from "@symfony/ux-svelte";
Expand Down
1 change: 1 addition & 0 deletions ux.symfony.com/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"babdev/pagerfanta-bundle": "^3.8",
"composer/semver": "^3.4",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2.4",
"doctrine/orm": "^2.15.3",
Expand Down
Loading

0 comments on commit 9a5d24f

Please sign in to comment.