Tutorial ng Sass
- Previous Page Tutorial ng Sass
- Next Page Introduksyon sa Sass
Sass ay isang CSS Preprocessor.
Naililipat ng Sass ang pagkakabagtas ng CSS, kaya naging mas mabisa ang oras.
Ang bawat kabanata ay nagbibigay ng example.
Example ng Sass
/* Pag-definir ng Standard Variable at Halaga ng Website */ $bgcolor: lightblue; $textcolor: darkblue; $fontsize: 18px; /* Paggamit ng Variable */ body { background-color: $bgcolor; color: $textcolor; font-size: $fontsize; {}
Reference Manual ng Function ng Sass
Sa CodeW3C.com, makikita mo ang kumpletong reference ng lahat ng function ng Sass, kasama ang syntax at example.
- Previous Page Tutorial ng Sass
- Next Page Introduksyon sa Sass