Glory Praise EmmanuelforGlory Praise's Blogglorypraise.hashnode.net·Feb 13, 2021Quick dive into CSS PreprocessorsIn this article, you would learn about CSS preprocessors, and by the end of your reading, you would be on your way to adding one of them to your portfolio. Prerequisites? Before we even discuss CSS preprocessors, you should know what CSS is, if you d...Edidiong Asikpo (Didi) and 2 others are discussing this3 people are discussing thisDiscuss·41 likes·334 readsCSS
Nikita AgrawalforTechNiknikitaagarwal.hashnode.net·Aug 6, 2021What is SASS/SCSS?Pre-requisites: Good understanding of CSS SASS stands for Syntactically Awesome Style Sheets and SCSS stands for Sassy CSS. If you look up the official site of SASS/SCSS, it gave the simplest definition of SASS/SCSS, "CSS with superpowers". Let me...Discuss·21 likes·250 readsCSS
Fanny NyayicforFanny Nyayicfanny.hashnode.net·Mar 22, 2023The Advantages of Using Less CSS for Your Web ProjectsIn today's digital age, having a website that stands out from the crowd is essential for any business or individual seeking to establish a strong online presence. And while the design and functionality of a website are critical factors in achieving t...Discuss·7 likes·33 readsCSS Preprocessorsless css
Fanny NyayicforFanny Nyayicfanny.hashnode.net·Mar 22, 2023The Advantages of Using Less CSS for Your Web ProjectsIn today's digital age, having a website that stands out from the crowd is essential for any business or individual seeking to establish a strong online presence. And while the design and functionality of a website are critical factors in achieving t...Discuss·7 likes·33 readsCSS Preprocessorsless css
Fanny NyayicforFanny Nyayicfanny.hashnode.net·Mar 19, 2023How to Install Less CSS and Get Started with ItIf you're a beginner programmer looking to improve the styling of your web pages, Less CSS might be just the thing you need. Less is a preprocessor language that makes writing CSS more efficient and organized. In this article, we'll guide you through...Discuss·1 like·36 readsCSS Preprocessors2Articles1Week
Fanny NyayicforFanny Nyayicfanny.hashnode.net·Mar 12, 2023Introduction to Less CSS: What It Is and How It WorksAre you tired of writing repetitive CSS code? Do you find yourself constantly scrolling through long stylesheets, searching for specific properties? Look no further than a CSS preprocessor called LESS. This dynamic stylesheet language extends the cap...Discuss·1 like·38 readsCSS Preprocessors2Articles1Week
Anirudh PandaforAnirudh Panda's Bloganirudhpanda.hashnode.net·Jan 20, 2023SASS For Beginners ⚡️SASS (Syntactically Awesome Style Sheets) is a tool known as a CSS preprocessor. CSS preprocessors are scripting languages that extend the default capabilities of CSS. It is a great tool to utilize when you wish to code more maintainable CSS. Especia...Discuss·64 readsSaaS
Hania BatoolforHania Batoolhaniabatool.hashnode.net·Jan 24, 2022How to install Sass on Linux - Ubuntu 18.04 / 20.04Sass has become a popular CSS pre-processor nowadays used often in many small to large scale web development projects. Just in case you are new to Sass, it stands for Syntactically Awesome Stylesheet and its works perfectly as the name suggests. It r...DiscussSass
Yaasir FalanaforTeckieriteteckierite.hashnode.net·Jan 15, 2022Sass : Syntactically Awesome StylesheetSass(Syntactically Awesome Stylesheet) is an extension of CSS. It is a CSS preprocessor that allows developers to write CSS code easier and faster. CSS tends to get messy and unmanageable very quickly as its usually a single file that contains thousa...Discuss·3 likes·52 readsSass
Blake YeboahforBlake Yeboah's Blogblakeyeboah.hashnode.net·Nov 30, 2021Ultimate Guide To Sass (Syntactically Awesome Stylesheets)This article is the ultimate guide to Sass. We will cover everything from what is sass, how to compile it, and important features like mixins, variables and more. Lets get right into it What is Sass? Sass is a CSS pre-processor that allows us to use ...Discuss·50 readsSass
Samson OkunolaforCode Nuggetscodenuggets.hashnode.net·Nov 4, 2021Fundamentals of Sass for BeginnersSummary CSS can be fun(if you know your way) but it can get hard to maintain as it gets larger. That's where Sass comes in. Sass has features that makes readability and scalability easier and it's very easy to maintain. At the end of this article, we...Victor Eke and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·87 readsSass
Anshu GuptaforPush.brainanshu16.hashnode.net·Aug 23, 2021CSS Frameworks(2021)Why Use CSS Frameworks? Before we begin, it’s essential to know why CSS frameworks are an integral part of web development. Following are the main benefits of using CSS frameworks. Using a CSS framework, we can enhance our development process by usin...Discuss·36 readscss preprocessors
Nikita AgrawalforTechNiknikitaagarwal.hashnode.net·Aug 6, 2021What is SASS/SCSS?Pre-requisites: Good understanding of CSS SASS stands for Syntactically Awesome Style Sheets and SCSS stands for Sassy CSS. If you look up the official site of SASS/SCSS, it gave the simplest definition of SASS/SCSS, "CSS with superpowers". Let me...Discuss·21 likes·250 readsCSS