This version disallows using imports in other files than main.css. It also prevents anything except for imports and comments inside of main.css.
This way main.css is the only file which imports other files, which makes the dependency graph as simple as possible.