🔥 Elimina anotaciones #[inline] para evitar abuso
This commit is contained in:
parent
95c6340fbf
commit
db20cb7e67
13 changed files with 12 additions and 26 deletions
|
|
@ -59,7 +59,6 @@ impl Width {
|
|||
} */
|
||||
|
||||
/// Devuelve la clase asociada al comportamiento del contenedor según el ajuste de su ancho.
|
||||
#[inline]
|
||||
pub fn to_class(self) -> String {
|
||||
match self {
|
||||
Self::Default => BreakPoint::None.class_with(Self::CONTAINER, ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue