I am wondering how best to manage CSS code.
Basically, templates are given the CSS information they need via the classical method of inserting a <link ...> tag in the header. If I get it right, these CSS files are to be stored in a subdirectory below assets.
If further I am right, it is not clever to put the CSS into the template as a chunk, as that would inflate the page.
Now, how can I modify the CSS info inside ModX? As far as I can see, it has no file editor with which I could directly access the files, and there is no place to put the CSS into the ModX-ruled database structure.
At the moment, I would modify the files at home and push them up via ftp, but this is rather clumsy, there has to be something better!
René