First of all, the processed resources app stores its resources in the resources workspace, so you will not see your mycssfile.css there, if you store it on the filesystem.
If you have the css file in JCR in the resource workspace, and you set its template to Processed CSS, you can use Freemarker code inside. But beware, CSS files are meant to be cached, and will probably be cached for a very long time by clients (far future caching). So if you define parameters, f.e. in the site parameters, and you include those values in your processed css files, the users will not see any changes to those parameters. Generally speaking, if you are starting fresh, I would not use the processed resources app at all. If you really want to use it, I would only use it for very specific tasks (f.e. these https://documentation.magnolia-cms.com/display/DOCS/Resources#Resources-Usecases) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=56b17c15-79ab-4941-8c16-7c182dad9eaf ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
