In this post, we will see how to resolve What are the variables inside :root and the simple ones with $ Question: Can somebody explain to me what’s the difference between the variables in :root and the variables above it ...
In this post, we will see how to resolve How to add add condition in mixin Question: I have one mixin for width and height. Here is my code. fiddle link in this code 3 elements are there one for ...
Question: I’m currently using SCSS to attempt to recreate a CSS block. The CSS block is as follows: So, I’ve started off by creating this SCSS map: I’ve then created this mixin to cycle through that map and create the ...
Question: in a project with Tailwind i need to darken a color defined in the tailwind.config.js (directly in the scss file). This cause the error: However when i use the notation “theme(“colors.gray.500″)” as value and not as a parameter of ...