im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Config within CSS #12

Closed evoactivity closed 2 years ago

evoactivity commented 14 years ago

What do you think about being able to set certain config options from within the CSS itself? for example

@scaffold {
    cache: false;
    compress: false;
}

More options then those two could be changed of course.

I think being able to change options for different CSS files could be useful while in development and could be ignored while in production?

anthonyshort commented 14 years ago

That's definitely a good idea, I'll take a look at what configuration I could move into the CSS.