PPhaneendrainphaneendra9q.hashnode.dev·May 23, 2024 · 1 min readNearest Hex ColorI happened to work on the migration of our design to the new system which has fixed colours. But, the existing code has n number of colours left unused and needs to be migrated to the new system. There I felt used by a tool which pick the nearest col...00
PPhaneendrainphaneendra9q.hashnode.dev·Feb 9, 2023 · 1 min readSCSS - Multiple Dialog Cascade Alignment - React BootstrapLet's assume you are using SCSS as css preprocessor, then it is a cakewalk to align all the dialog boxes one by one using z-indexes so that they can cascade. I have used this approach to cascade multiple dialogs in my react projects. Here is a piece ...00