Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
CSS
4.5K+ articles
AngularJS
1.9K+ articles
Bootstrap
1.1K+ articles
HTML-Questions
1.1K+ articles
CSS-Questions
1.0K+ articles
CSS-Properties
772+ articles
CSS-Misc
279+ articles
CSS-Advanced
36+ articles
SASS
112+ posts
Recent Articles
Sass Ampersand Nesting with Pseudo Selectors
Last Updated: 27 September 2024
Sass (Syntactically Awesome Style Sheets) is a powerful CSS preprocessor that extends CSS with features like variables, nested rules, and mixins. By using ampersand nestin...
read more
Web Technologies
Picked
CSS
SASS
How To Customize Bootstrap With Sass?
Last Updated: 23 July 2025
Bootstrap is one of the most popular CSS frameworks used to develop responsive websites quickly. However, using the default Bootstrap design can result in many websites lo...
read more
Web Technologies
Picked
Bootstrap
SASS
Bootstrap-Questions
SASS
Last Updated: 23 July 2025
SASS (Syntactically Awesome Style Sheets) is a powerful and popular CSS preprocessor that extends the capabilities of standard CSS. It offers numerous features such as var...
read more
Web Technologies
CSS
SASS
Tutorials
Web-Tech Tutorials
What is Variable Interpolation in SASS ?
Last Updated: 23 July 2025
SASS is a strong CSS preprocessor that adds a number of features to improve the usability and maintainability of stylesheets. Variable interpolation is one such feature th...
read more
Web Technologies
Picked
CSS
SASS
What do you know about Parametric Mixins ?
Last Updated: 23 July 2025
Parametric Mixins are a useful CSS feature that allows developers to build reusable code snippets with dynamic values. They are identical to conventional mixins but with t...
read more
Web Technologies
Picked
CSS
SASS
CSS-Questions
What is SassScript and how it is different from SASS?
Last Updated: 24 January 2023
Sass: Sass (Syntactically Awesome StyleSheets) is a CSS preprocessor that allows you to use variables, nested rules, mixins, and functions in your CSS. It is a scripting l...
read more
Technical Scripter
Web Technologies
Picked
CSS
Technical Scripter 2022
SASS
SASSScript
How to import SASS in Next.js ?
Last Updated: 23 July 2025
Sass is the short form of Syntactically Awesome Style Sheet. It is an upgrade to Cascading Style Sheets (CSS). Sass is a CSS pre-processor. It is fully compatible with eve...
read more
Picked
Technical Scripter 2022
SASS
Next.js
Next.js
Why to use SASS instead of CSS ?
Last Updated: 23 July 2025
SASS (Syntactically Awesome Style Sheet) is a CSS preprocessor. It is a scripting language that is compiled into regular CSS, allowing you to use features such as variable...
read more
CSS
Technical Scripter 2022
SASS
How to use a sass variable in nth child class ?
Last Updated: 28 April 2025
SASS is one of the most popular CSS extension languages which provides superpower to the normal CSS. The nth-child() class is a pseudo-class, when some HTML element has mo...
read more
Technical Scripter
Web Technologies
Picked
CSS
Technical Scripter 2022
SASS
CSS-Questions
Getting started with Sass
Last Updated: 23 July 2025
SASS (Syntactically Awesome Stylesheets) is a CSS preprocessor that adds features such as variables, nested rules, and mixins (reusable blocks of styles) to the basic lang...
read more
Web Technologies
CSS
SASS
File splitting in SASS
Last Updated: 23 July 2025
In this article, we will see how to split the SASS File into partial files, along with knowing its implementation through the examples.Syntactically Awesome Style Sheet(SA...
read more
Technical Scripter
Web Technologies
Picked
CSS
Technical Scripter 2022
SASS
What is the @content directive used for ?
Last Updated: 23 July 2025
What is @content directive? @content is a SASS At-rule used to reuse a block of code by reducing the repetition of the same code. It is used as a body in the @mixin to inc...
read more
Technical Scripter
Web Technologies
Picked
CSS
Technical Scripter 2022
SASS
Difference between @warn and @debug
Last Updated: 23 July 2025
In this article, you will understand the difference between @warn and @debug. The @warn and @debug directives are used to provide feedback to developers. They are similar ...
read more
Technical Scripter
Web Technologies
Picked
CSS
Technical Scripter 2022
SASS
CSS-Questions
How to import regular CSS file in SCSS file ?
Last Updated: 26 September 2024
Importing a regular CSS file into a SCSS file allows you to use standard CSS styles within your SCSS file. This is done by using the @import directive, enabling the CSS fi...
read more
Web Technologies
Picked
CSS
CSS-Properties
SASS
CSS-Questions
What is a Mixin and how to use it in SASS ?
Last Updated: 18 April 2022
In this article, we are going to explain and see the usage of Mixin. Mixin is used in Sass, which is a CSS preprocessor. Mixin works as a function in Sass and helps us to ...
read more
Web Technologies
Picked
CSS
SASS
CSS-Questions
1
2
3
4
5
6
7
8