Profile Picture

Ridho Ryan Ghifari

A personal blog by Ridho Ryan Ghifari. I am a student at Politeknik Negeri Lhokseumawe, and I was born on October 23, 2005. This blog is built using Jekyll and hosted on GitHub Pages. The content is primarily in Indonesian, but some posts are written in English.

SASS dan SCSS

07 May 2025

Sass adalah preprocessor CSS yang memperluas fungsionalitas CSS biasa dengan fitur seperti variabel, nested rules, mixin, inheritance, dan lain-lain. Sass memungkinkan kamu menulis kode CSS yang lebih bersih, efisien, dan mudah dikelola.

Kelebihan Sass/SCSS

  1. Lebih modular dan DRY (Don’t Repeat Yourself)

  2. Lebih mudah dikelola dalam proyek besar

  3. Digunakan oleh framework besar seperti Bootstrap, Foundation

  4. Kompatibel dengan semua browser karena dikompilasi ke CSS biasa

Kesimpulan

Sass (SCSS) adalah pilihan ideal untuk:

  1. Proyek web berskala menengah hingga besar

  2. Framework CSS custom

  3. Developer yang ingin CSS lebih modular, dinamis, dan reusable

SASS dab SCSS