About:

Mayank is the author of the website blog.mayank.co. The website provides content related to various topics and interests.

Website:

Incoming Links:

Outgoing Links:

Subscribe to RSS:

0My CSS Wishlist

2023-02-19

The author discusses various features they wish CSS had, including arbitrary mixins, scoping, auto color contrast, SVG-in-CSS, animateable display, static variables, and more. They mention ongoing discussions and implementations r...
The author discusses their journey from disliking CSS to enjoying it, highlighting recent CSS features like cascade layers and the need for better scoping. They delve into the benefits and downsides of CSS-in-JS, emphasizing the i...
The blog post discusses using text symbols in pseudo-elements accessibly, emphasizing the importance of using svgs instead of unicode characters to ensure a better user experience for those who rely on assistive technologies.
The blog post discusses the <dialog> element in HTML and provides solutions for common issues such as initial focus, preventing page scroll, light dismiss, setting display property, and close animation. It also mentions the import...
The blog post discusses the exciting features of Astro, a new metaframework built on top of Vite. It highlights the minimal API surface, the use of regular HTML with JS expressions, the frontmatter syntax, and the ability to bring...
The blog post discusses the relevance of Sass in 2022, highlighting its benefits such as static calculations, working with modern CSS, adding 'nice' features, reusing code with mixins, and ease of use. It also compares Sass with P...
The blog post discusses the importance of customizing scrollbars on websites and apps in 2022. It covers topics such as theming scrollbars, scrollbar quirks on different operating systems, preventing layout shift, and additional m...
The blog post discusses the importance of accent colors in user-adaptive interfaces and the need for a user-set accent color value in CSS to create more personalized designs. The author emphasizes the benefits of adaptive design f...
The author built an accessible version of Wordle called wordel.app, addressing the inaccessibility issues of the original game. They discuss decisions made during development, such as choosing accessible colors, using semantic HTM...
The blog post discusses the recent redesign of MDN web docs, highlighting both the problems and solutions found by the author. The author mentions issues with dark mode contrast and lack of information in the browser compatibility...
The blog post provides common JavaScript recipes for CSS developers and designers to enhance their UIs. It covers basic terminology, accessing and modifying DOM elements, and more advanced recipes like responding to clicks, toggli...
The :focus-visible pseudo-class in CSS allows for better accessibility by removing focus outlines on mouse clicks while still providing focus styling for keyboard users. Safari has recently unflagged :focus-visible, making it usab...