View Single Post
Old 06-23-2017, 12:41 AM   #2265
edeniz
Zealot
edeniz began at the beginning.
 
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
Quote:
Originally Posted by JimmXinu View Post
_filelist can be used with any output format. It's part of the INI/configuration system.

output_css_filelist includes the contents as-is--_filelist files are not additional INI files. And output_css is the keyword for using in INI files.

What it looks like is happening is that you kept the output_css keyword in your CSS file and that's messing up everything after it. The extra space beginning each line shouldn't matter, but isn't needed in the CSS file. (Kudos on change the %%s to % though--that is needed.)

So remove output_css: from the CSS file and it should be fine.
I knew it'd be something obvious that I'm just not seeing. For some reason I kept thinking/seeing a "#" in front of that "output_css" in my css file.

edeniz is offline   Reply With Quote