# CSS

En Platanus usamos [Tailwind CSS](https://tailwindcss.com/) para crear nuestros sitios. En casos específicos, y para la mantención de proyectos antiguos, se recomienda usar [BEM](https://www.notion.so/platanus/bem.md) para organizar el CSS realizado a mano.

**Nota**: Mientras Tailwind CSS resuelve muchos de los problemas relacionados a la creación de CSS, de todas maneras hay que saber cómo funciona para saber qué clases usar. Sobre todo es importante un conocimiento básico de Flexbox y Grid (debido a que arman el layout de todo lo demás) y cuándo es más adecuado usar uno u otro.

### Recursos Útiles

* [CSS Garden](https://cssgridgarden.com/): Juego para aprender a usar todas las propiedades de CSS Grid
* [Flexbox Froggy](https://flexboxfroggy.com/): Juego para aprender a usar todas las propiedades de Flexbox.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://la-guia.platan.us/stack/css.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
