====== CSS SASS ====== * http://sass-lang.com/ * [[html:css:compass|Compass]] * [[https://github.com/hcatlin/libsass|libsass]] SASS를 C++ 로 구현 * [[http://dahlia.kr/libsass-python/|libsass-python]] * [[https://github.com/pistolero/python-scss|python-scss]] * http://thesassway.com/ * [[http://inuitcss.com/|InuitCSS]] Sass based CSS framework * [[http://koala-app.com/|Koala - a gui application for LESS, Sass, Compass and CoffeeScript compilation.]] * [[http://bourbon.io/|Bourbon]] Mixin library for sass * [[http://www.sitepoint.com/8-tips-help-get-best-sass/|8 Tips to Help You Get the Best out of Sass]] * [[http://www.sitepoint.com/sass-features-may-never-tried/|4 Sass Features You May Not Have Tried]] * [[https://sass-guidelin.es/ko/|SASS Guideline]] ===== SASS & Java ===== * [[https://github.com/cathive/sass-java|sass-java]] - libsass Java JNA binding. * 순수 Sass Java library이며, 이를 통해 다른 툴을 만들어 사용하면 된다. * [[https://github.com/warmuuh/libsass-maven-plugin|libsass-maven-plugin]] libsass를 Java로 감싼뒤 maven plugin을 추가한 프로젝트. * [[https://github.com/edvin/libsass-filter|libsass-filter]] libsass-maven-plugin을 기반으로 한 servlet filter * [[https://github.com/darrinholst/sass-java|sass-java]] Java 웹 애플리케이션에서 sass를 실시간으로 컴파일한다. * [[http://blog.freeside.co/post/48926142330/using-sass-and-compass-with-gradle|Using SASS and Compass with Gradle]] * [[https://github.com/robfletcher/gradle-compass|robfletcher/gradle-compass]] * [[https://github.com/kkung/Sass-Scala|sass-scala]]