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 really want to replace the CSS you will have to use the build process 
[1] to build your own version of bsdist.

Cheers,
Mark

[1] 
https://github.com/laxap/bsdist/blob/master/Documentation/Main/Build/Index.rst

Am 20.09.16, 10:39 schrieb "Jeppe Donslund" 
:

Thanks Mark

But why can I see the scss in the Chrome DevTools? 
I have tried to rename the scss file, but that doesn't change anything. I 
have clear the cahce in the Install tool
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


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 schrieb "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 filename, I can 
see my changes.

Should I do anything to the scss files to make the changes happen?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[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 filename, I can 
see my changes.

Should I do anything to the scss files to make the changes happen?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english