How can i generate CSS file using Codeigniter

i create a function in helper and put the css selector rules heading with

header("Content-type: text/css; charset: UTF-8");

put the out put convert all views to css out put

Personally I would use plain old php code to output the css instead of using the codeigniter api.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.