8000 Update simple-example.rst · symfony/symfony-docs@bdbd7a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdbd7a6

Browse files
authored
Update simple-example.rst
Just a little typo, now we use ./styles and not ../css
1 parent c67d907 commit bdbd7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ application: it will *require* all of the dependencies it needs (e.g. jQuery or
1717
// assets/app.js
1818
// ...
1919
20-
import '../css/app.css';
20+
import './styles/app.css';
2121
2222
// var $ = require('jquery');
2323

0 commit comments

Comments
 (0)
0