MCMátyás Csorbaintyutyesz.hashnode.dev·Jun 8, 2023 · 3 min readSCSS Features - VariablesThis is the 1st part of a series where I will show you why I love using SCSS preprocessor for developing awesome styles for my projects. What is SCSS? SCSS/SASS is a preprocessor that will generate pure CSS files after every build.As the developers a...00
MCMátyás Csorbaintyutyesz.hashnode.dev·Jun 6, 2023 · 2 min readCSS Only Custom CheckboxI've always loved to create nice solutions with only CSS for everyday problems.One of them is to create a Custom Checkbox without any third-party js libraries. The HTML First, we should create an HTML snippet for our component. <div class="wrapper"> ...00