💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
2ac3c2a9c4
commit
31435f30d3
21 changed files with 74 additions and 68 deletions
|
|
@ -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! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue