I try to add custom css classes to bootstrap package included in Typo3 6.2. In my root template page, I add in the Setup section the following code:
page = PAGE
page.includeCSS.myCustomStylesheet = fileadmin/template/css/custom.css
but this typoscript has no effect in my source code, as if nothing is written.
Actually, when I include Bootstrap Package template in static template, every Basis templates are removed.
Any idea on how to proceed?
Edit: In bootstrap package, all CSS stylesheets are merged into a single file.