🕵️ Stylelint Rem Over Px
A Stylelint plugin to enforce the usage of rem units over px units, facilitating the migration of CSS projects to use rem for better accessibility and responsiveness.
External Links
Achievements
Published an article on the benefits of using rem over px and how to automate the migration using the plugin.
The article was featured by Design Bootcamp, reaching a wider audience and promoting best practices in web design.
The plugin became a standard tool for Stylelint, widely used in the web development community reaching over 500K downloads.
𝗦𝗶𝘁𝘂𝗮𝘁𝗶𝗼𝗻
The need for a more accessible and responsive web design led to the development of a tool that encourages the use of rem units over px units in CSS.
𝗧𝗮𝘀𝗸
Create a Stylelint plugin that automates the conversion of px to rem, ensuring consistent and accessible design practices across web projects.
𝗔𝗰𝘁𝗶𝗼𝗻
Developed a Stylelint rule that identifies px units and suggests rem replacements, with an option for automatic conversion.
Published an article detailing the benefits of using rem over px and how to automate the migration process.
Collaborated with Design Bootcamp to further promote the article and the plugin.
𝗥𝗲𝘀𝘂𝗹𝘁
The plugin has become a standard tool for Stylelint users, widely adopted for its ability to enhance web accessibility and design consistency.