The last remaining part of my original application that doesnt use atk4 is the dynamic css files created in php and outputing a css header. The width is determined based on the data in mysql and is needed to ensure the screen is not constantly resizing when notes are dragged around.
Where should i start if i want to create a .css file that has a template structure similar to the html templates so i can use a css definition like
.fullwidth {
width:<?$width?>;
}
Thanks in advance.