Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you should not rename files in extensions. They will come back with every update. You should add your own CSS file (probably uploaded to fileadmin/) to provide your own styles on top of bootstrap_core and bsdist: page.10.includeCSS.myCssFile = fileadmin/template/my.css If you

Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you need to compile them to css files. You can either use a command line tool like sass [1] or an integrated tool that comes with some IDEs [2] and code editors [3] Cheers Mark [1] http://sass-lang.com [2] http://netbeans.org [3] https://code.visualstudio.com/ Am 20.09.16, 09:34

[TYPO3-english] Updating scss files

2016-09-20 Thread Jeppe Donslund
I am new to scss files, so please be gentle if this is a studip question. I the bsdist distribution there is some scss files. I need to change them, but if I do that, nothing happens. I det devtools in Chrome, I can see that the values are the same as the originalen file, but if I click the