Skip to content

Commit c761952

Browse files
committed
[Icons] Move assets/styles/live.css to assets/src/, like other packages (symfony#2935 (comment))
1 parent de41ba3 commit c761952

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/LiveComponent/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"main": "dist/live_controller.js",
1818
"types": "dist/live_controller.d.ts",
1919
"config": {
20-
"css_source": "styles/live.css"
20+
"css_source": "src/live.css"
2121
},
2222
"scripts": {
2323
"build": "tsx ../../../bin/build_package.ts .",

0 commit comments

Comments
 (0)