문제

I'm looking for a Java based SCSS to CSS Converter to write a Jawr Preprocessor for this. So it's important to keep comments for building Sprites with Jawr.

I just found SAC which seems to be a great base start writing one.

CSS Level 3 has to be supported - that's why CSS Parser isn't a choice.

If I have to write my own (which will be Open Source and hosted on GitHub for sure): Is there any SCSS Parser? If not, can I write my own based on SAC as well? Would anyone help me?

EDIT I just saw there's also a LESS Syntax which looks much better to me than SCSS. Alternatively or in addition to SCSS, LESS would be great as well.

도움이 되었습니까?

해결책

I just found this awesome project: wro4j

EDIT: For Completeness: Jawr will implement these features in their next release as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top