# Use Tailwind Arbitrary Values with Sage 10

**URL:** https://discourse.roots.io/t/use-tailwind-arbitrary-values-with-sage-10/27853
**Category:** sage
**Created:** 2024-08-02T07:52:48Z
**Posts:** 3

## Post 1 by @malaltot — 2024-08-02T07:52:48Z

Hello, I’m trying to use arbitrary values on my blade templates but the new classes are not compiling.

I’m using for example h-[600px] but this class is not compiled.

I used this guide [Adding Custom Styles - Tailwind CSS](https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values)

Thank you in advance.

---

## Post 3 by @malaltot — 2024-08-02T12:10:46Z

I reply to myself. I am using components, specifically blocks, and this path is not added in `tailwind.config.js`.

```
content: ['views/ **/*.php**', './app/ **/*.php', './resources/** /*.{php,vue,js}', './node_modules/flowbite/**/*.js'],
```

This fixed the inability to use font sizes larger than `2xl` too.

I hope this helps someone else.

Bye!
