Skip to content

Fix rendering of error code block #12244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2019
Merged
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: 4 additions & 2 deletions frontend/encore/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,10 @@ Then, tell Encore to enable the Sass pre-processor:
Because you just changed your ``webpack.config.js`` file, you'll need to restart
Encore. When you do, you'll see an error!

> Error: Install sass-loader & node-sass to use enableSassLoader()
> yarn add sass-loader@^7.0.1 node-sass --dev
.. code-block:: terminal

> Error: Install sass-loader & node-sass to use enableSassLoader()
> yarn add sass-loader@^7.0.1 node-sass --dev

Encore supports many features. But, instead of forcing all of them on you, when
you need a feature, Encore will tell you what you need to install. Run:
Expand Down