A nice way to handle SASS color variables
After learning a lot of CSS and SASS techniques, methodologies and architectures for the past two years, I got to liked them. Each of them can be applied depending on your project needs. A common factor among all of these is the way...
Importing fonts the right way
Why would I need to import a font to my website? Sometimes the design team sends you an awesome mockup for a brand new – great looking app, so you need to put all your coding skills to work to make this idea become reality. You...
Responsive layouting in AEM
Responsive layouting allows you to add components inside a responsive grid which give you the ability to: Change the width of the component based on columns Push down a component Hide a component
8 Tips For Bootstrap
In this post, I’m going to give you some quick tips while you work with bootstrap.
The shocking truth about CSS Native Variables
CSS Native Variables by definition: CSS Variables are entities defined by either authors or users of Web pages to contain specific values throughout a document. They are set by using custom properties and are accessed by using a specific...
How to write good CSS
After a while of working with CSS, in different projects and with different people, I have realized that there is a lack of standards for it. Like, when you have to make some corrections or improvements and open the CSS file and you...