I'm working on a custom stand-alone web server application in Delphi XE2 and would like to put something together to dynamically produce CSS data on the fly based on an object which contains all the CSS properties. Essentially, I'd like 2 objects, something like "TCSSPage" containing a list of "TCSSClass", each of which having a "Content" property which compiles it into the CSS code on the fly.
I can build this myself if I can't find one, but I'd like to see if something like this already exists before I reinvent it. It's just that it'll quickly become a huge project of its own if I have to build it.
JD Solutions
I can build this myself if I can't find one, but I'd like to see if something like this already exists before I reinvent it. It's just that it'll quickly become a huge project of its own if I have to build it.
JD Solutions