Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cambio de propiedades de CSS por clases de Tailwind en SelectYourBoxer #480

Merged
merged 8 commits into from
Mar 13, 2024

Conversation

Sergio401
Copy link
Contributor

Descripción

Con la idea de usar mas extensivamente Tailwind dado que es el framework CSS con el que cuenta el proyecto, cambie algunas declaraciones de estilo de CSS por su respectiva clase de Tailwind en el archivo SelectYourBoxer.astro

Copy link

vercel bot commented Mar 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
la-velada-web-oficial ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2024 8:48pm

@@ -170,57 +170,40 @@ const msFadeLuchador = 150

<style>
.boxers-aside {
display: flex;
@apply relative flex h-32 overflow-x-scroll;
max-width: 100vw;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puedes añadir todas las propiedades soportadas por tailwind.

max-width (174), transition (184, 196, 206), height (195), z-index (205).

Los números indican las líneas en las que están las propiedades.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola @AlejandroSuero, añadidas las propiedades en el commit 9378e21

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moviendo las manitas supongo 🤣

Copy link

⚠️ Esta Pull Request tiene conflictos. Por favor, resuelvelos antes de que podamos evaluar los cambios.

Copy link

⚠️ Esta Pull Request tiene conflictos. Por favor, resuelvelos antes de que podamos evaluar los cambios.

Copy link

⚠️ Esta Pull Request tiene conflictos. Por favor, resuelvelos antes de que podamos evaluar los cambios.

Copy link

✅ ¡Los conflictos han sido resuletos! Un colaborador revisará pronto la Pull Request.

@midudev midudev merged commit 626aaf4 into midudev:main Mar 13, 2024
3 of 4 checks passed
@Sergio401 Sergio401 deleted the cssToTailwind branch March 14, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants