Skip to content

Commit

Permalink
rephrased the part about using Assetic to load the provided CSS file
Browse files Browse the repository at this point in the history
closes #258, closes #259
  • Loading branch information
craue committed Sep 20, 2016
1 parent 5af1f35 commit da997d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ form according to the current step.
</form>
```

For the buttons to render correctly you need to tell Assetic to include a CSS file.
So place this in your base template:
Some CSS is needed to render the buttons correctly. The easiest way would be to let
[Assetic](https://symfony.com/doc/current/assetic/asset_management.html) load the provided file in your base template:

```twig
{% stylesheets '@CraueFormFlowBundle/Resources/assets/css/buttons.css' %}
Expand Down

0 comments on commit da997d9

Please sign in to comment.