---
title: "Browser default styles are not needed"
url: https://daily.dev/posts/browser-default-styles-are-not-needed-5qjq0a2sf
source_url: https://daily.dev/posts/browser-default-styles-are-not-needed-5qjq0a2sf
type: freeform
source: "Adrian"
author: "Adrian"
published: 2026-05-22T03:33:03.644Z
updated: 2026-05-23T04:56:12.130Z
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser default styles are not needed

**[Adrian](https://daily.dev/sources/o83yjzhdllh2o7il41peg)** · [@tsumanu](https://daily.dev/tsumanu) · 1 min read · 0 upvotes · 0 comments

## Summary

A developer argues that browser default styles are unnecessary bloat and that browsers should have a built-in solution rather than requiring developers to use CSS resets like Tailwind Preflight or custom resets. A WICG proposal has been filed to address this at the browser level.

## Content

Tailwind preflight or [css reset](https://www.joshwcomeau.com/css/custom-css-reset/) are very useful thing but they should not exists in the first place. Today I decided to fight against them. Browsers should have build-in solution instead of forcing everyone to serve bloat css.

[https://github.com/WICG/proposals/issues/290](https://github.com/WICG/proposals/issues/290)

## Similar posts on daily.dev

- [CSS: Unavoidable Bad Parts](https://daily.dev/posts/css-unavoidable-bad-parts-ia9uwkcoo) · matklad · 15 upvotes · 0 comments
- [This website has no class](https://daily.dev/posts/this-website-has-no-class-vi2ohuucz) · Hacker News · 189 upvotes · 18 comments
- [Don't Roll Your Own ...](https://daily.dev/posts/don-t-roll-your-own--gpx1gv2zh) · Susam Pal · 0 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/browser-default-styles-are-not-needed-5qjq0a2sf)
