# CSS Stylesheets - do all 3 need to be downloaded? And why so large?

**URL:** https://community.weweb.io/t/css-stylesheets-do-all-3-need-to-be-downloaded-and-why-so-large/1761
**Category:** Ask us anything
**Tags:** css
**Created:** [January 26, 2023, 2:55pm UTC](https://community.weweb.io/t/css-stylesheets-do-all-3-need-to-be-downloaded-and-why-so-large/1761 "2023-01-26T14:55:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![clncsports](https://avatars.discourse-cdn.com/v4/letter/c/ecccb3/32.png) [@clncsports](https://community.weweb.io/u/clncsports)
#### Post date: [January 26, 2023, 2:55pm UTC](https://community.weweb.io/t/css-stylesheets-do-all-3-need-to-be-downloaded-and-why-so-large/1761/1 "2023-01-26T14:55:57Z")

</div>

Seeing in browser that all 3 stylesheets are being pulled down. Since they’re 3 of the heaviest documents in my app, wondering if there’s a way to only download the relevant one given the user’s device.

Also trying to understand why each file is so large. i.e. Is this a me thing or a weweb thing?

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/4/4ee706c9a8e892b8520e3785d415493fa6b27206.png)

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [February 24, 2023, 9:14pm UTC](https://community.weweb.io/t/css-stylesheets-do-all-3-need-to-be-downloaded-and-why-so-large/1761/2 "2023-02-24T21:14:24Z")

</div>

Hey @clncsports 👋

We added a condition to the css file and it’s up to the browser to decide to download it or not:

 ![css-stylesheet](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/9/9005fea320f37c6e0d05633637899bc7afe42a60.png)
