♻️ Refactoriza atributos HTML
This commit is contained in:
parent
25d32ec5de
commit
fa32833ffa
19 changed files with 342 additions and 278 deletions
13
src/html.rs
13
src/html.rs
|
|
@ -21,17 +21,8 @@ pub use logo::PageTopSvg;
|
|||
|
||||
// **< HTML ATTRIBUTES >****************************************************************************
|
||||
|
||||
mod attr_id;
|
||||
pub use attr_id::AttrId;
|
||||
|
||||
mod attr_name;
|
||||
pub use attr_name::AttrName;
|
||||
|
||||
mod attr_value;
|
||||
pub use attr_value::AttrValue;
|
||||
|
||||
mod attr_l10n;
|
||||
pub use attr_l10n::AttrL10n;
|
||||
mod attr;
|
||||
pub use attr::{Attr, AttrId, AttrName, AttrValue};
|
||||
|
||||
mod attr_classes;
|
||||
pub use attr_classes::{AttrClasses, ClassesOp};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue