-
Notifications
You must be signed in to change notification settings - Fork 612
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/sections/SelectYourBoxer.astro
Outdated
@@ -170,57 +170,40 @@ const msFadeLuchador = 150 | |||
|
|||
<style> | |||
.boxers-aside { | |||
display: flex; | |||
@apply relative flex h-32 overflow-x-scroll; | |||
max-width: 100vw; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moviendo las manitas supongo 🤣
|
|
|
✅ ¡Los conflictos han sido resuletos! Un colaborador revisará pronto la Pull Request. |
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