Problem Sass code for creating a basic search box. Resulting CSS used for two that are different widths. The goals […]
Tag: sass
Styling different icon positions in boxes with Sass
Problem I’ve been learning Sass recently and I’ve made a small project to master key concepts. I’ve tried to use […]
SASS Code Structure / Readability
Problem I’m trying out a new approach to SASS stylesheets, which I’m hoping will make them more organizined, maintainable, and […]
SASS mixin for a font-awesome before/after usage
Problem In my SASS I use font-awesome declarations all over the place. I’m in love with it. I’ve created a […]
Improve mixin that outputs page-specific CSS
Problem As part of this answer, I created a mixin to generate some page-specific CSS for me. I need to […]
Simple recipes web app with Redux
Problem I have completed a coding challenge from Free Code Camp. The challenge‘s user stories are as follows: I can […]
Sass styling with React components
Problem I have put together a piece of what can be a much larger frontend in Reactjs. I just put […]
Simple modals in vanilla JS
Problem Recently I was looking for some really simple modal/popup solution in vanilla JS, but nothing popped. So I wrote […]
Use checkbox to display side menu with only CSS
Problem I am trying to improve a website to be as accessible as possible to screen readers and people who […]
Good practice using SCSS [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. This question does not appear to be a […]