It would be interesting to create a serverside library that:
- Handles translation of LittleCSS/Sass to regular CSS
- Supports multiple CSS files
- Combines the CSS files into one file
- Minifies the one CSS file and Gzippes it
- Sends the correct headers
- And of course caches everything server-side.