Closed ai closed 8 years ago
@ai Yep, I discovered this solution, but w/o options for parse. But I stuck with source map for now. I need to pass result source map to csso
, but I have no access to postcss
map-generator and don't know another way to get source map.
Now it's using AST converting (postcss->csso->postcss) with no re-parsing. So problem with source maps is solved.
Nice, AST converter is useful thing.
It is cleaner and also saves file name