💡 Mejora legibilidad de comentarios

This commit is contained in:
Manuel Cillero 2025-09-28 08:51:21 +02:00
parent 2ac3c2a9c4
commit 31435f30d3
21 changed files with 74 additions and 68 deletions

View file

@ -113,7 +113,7 @@ impl StyleSheet {
}
}
// StyleSheet BUILDER **************************************************************************
// **< StyleSheet BUILDER >*********************************************************************
/// Asocia una versión al recurso (usada para control de la caché del navegador).
///
@ -132,7 +132,7 @@ impl StyleSheet {
self
}
// StyleSheet EXTRAS ***************************************************************************
// **< StyleSheet HELPERS >*********************************************************************
/// Especifica el medio donde se aplican los estilos.
///
@ -163,6 +163,8 @@ impl Asset for StyleSheet {
self.weight
}
// **< StyleSheet RENDER >**********************************************************************
fn render(&self, cx: &mut Context) -> Markup {
match &self.source {
Source::From(path) => html! {