Skip to content

Commit 4f10c3d

Browse files
committed
minor #14527 Update simple-example.rst (Yoann-TYT)
This PR was merged into the 5.1 branch. Discussion ---------- Update simple-example.rst Just a little typo, now we use ./styles and not ../css Commits ------- bdbd7a6 Update simple-example.rst
2 parents c67d907 + bdbd7a6 commit 4f10c3d

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)