© 2023 Hashnode
#less
If 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 o…
Are 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…
CSS is a powerful tool for styling web pages, but it can also be a bit overwhelming for those who are new to it. However, with a little bit of practice and a few advanced techniques, you can take your CSS skills to the next level and create…
Using LESS #4: "Live Refresh" This is our last topic we're going to cover in this tutorial and is a little known function of LESS. You can make the browser refresh automatically (locally) without havi…
Using LESS #2: Nested Rules This is something I love using when marking up CSS with LESS. Rather than constructing long selector names to specify inheritance, in LESS you can simply nest selectors ins…
The Dynamic Style-sheet Language Hope you guys find this brief introduction useful, as I know this has changed the way I use CSS forever! What this tutorial is covering today is how to add variables, …
One of my most recent projects was to create a "Click smashing" type game on Html using CSS and JavaScript. Ran into some issues with my attempt to use LessCss in order to create the animated border y…
this post is based on the less framework website https://less.works/ So working in a team and using scrum mastery, the team has grown, initially the team was 9 people (making it big enough for a normal scrum team, however then it suddenly b…
Ant design is one of the most popular UI library, mostly used with ReactJs. It has awesome components but beginners find it very difficult to override their default color hence, this post. Step 1: Set up your app using the command npx creat…
Ever since I started to learn web development I learned that there are ways that you can build websites more proficient and even by writing less code too. CSS Preprocessors are basically the advanced version of CSS. There are a lot of diffe…