Without question, one of the most powerful and valuable features of Sass is the ability to package up existing code into reusable chunks of code called mixins. Mixins are like macros Mixins are the Sass equivalent of macros in other programming languages. If you've programmed before you could think of them as functions, procedures, or … Continue reading Leveraging Sass mixins for cleaner code
CSS
An IDE for web development (i.e., HTML, CSS, and JS)
Some people recommend Aptana Studio. Not sure if it's useful. Isn't a Gedit or Geany sufficiently good? A quick note on installing Aptana Studio on Windows. You need to have 32-bit Java installed prior to. Otherwise you see "returned exit code=13" error. After you install 32-bit Java into C:program files(x86)/java/ Go to apatana folder and … Continue reading An IDE for web development (i.e., HTML, CSS, and JS)