Skip to content

Commit

Permalink
Merge pull request #1170 from n1c01a5/master
Browse files Browse the repository at this point in the history
[Doc]Fix path of mopabootstrapbundle.* file
  • Loading branch information
phiamo committed Feb 3, 2017
2 parents 90ad470 + 46cb038 commit f376768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/usage/1-base-templates.md
Expand Up @@ -78,13 +78,13 @@ you need to adapt the path ( ../ ):

``` css
// Getting the whole mopabootstrapbundle.less
@import "../../../../../../../../mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/less/mopabootstrapbundle.less";
@import "../../../../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/less/mopabootstrapbundle.less";

// same for scss files
@import "../../../../../../../../mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/sass/mopabootstrapbundle.scss";
@import "../../../../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/sass/mopabootstrapbundle.scss";

// if you are using Bootstrap 3.2+ for SASS
@import "../../../../../../../../mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/sass/mopabootstrapbundle-3.2.scss";
@import "../../../../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/sass/mopabootstrapbundle-3.2.scss";

```

Expand Down

0 comments on commit f376768

Please sign in to comment.