Stats: 3,229,330 members, 8,081,681 topics. Date: Tuesday, 18 February 2025 at 11:37 PM |
Nairaland Forum / Science/Technology / Programming / What Is The Benefit Of Learning Sass For Css (369 Views)
Bootstrap Vs SASS Vs Material UI / Help For CSS / Avoid The Hard Ways Of Learning Programming (2) (3) (4)
(1) (Reply)
What Is The Benefit Of Learning Sass For Css by Nobody: 2:36pm On Apr 22, 2023 |
What is the main benefit of sass or scss. How is it better than boostrap and tailwind. Everybody is just advicing me to learn sass because they see my projevt using only css with no framework to design a full website. |
Re: What Is The Benefit Of Learning Sass For Css by davien(m): 4:56pm On Apr 22, 2023 |
Speeds up your productivity. You can extend similar properties, use custom functions(mixins), while loops, if-else statements etc. Take this forEach equivalent in sass $spaces: (1, 2, 3, 4, 5); @each $space in $spaces { .#{$space}-div { margin: $space * 2px; } } There's also for loops @for $x from 1 through 10 { .-#{$x}-style { padding: $x + 4px; } } You can imagine how when you add JavaScript to these you can create complex animations. |
(1) (Reply)
Sneat - A Free Vuetify Vue.js Admin Template / How To Register A Website Domain / Where Could I Get App Funding (venture Capitalist Or Any)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5 |