Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Some @options should be local to the file #220

Open Kronuz opened 11 years ago

Kronuz commented 11 years ago

Some options like @option: warn-undefined: yes are best to be local to the working file only, and not propagate into imports.

Actually, it could be that applied options always are the ones where the final rules are added or mixins/functions are used, instead of where they are defined. This way, options life would be limited to the single file they were added to.

eevee commented 10 years ago

I'm not entirely sold on options :)

There are only three that do anything any more: