styling: added preliminary styling application

This commit is contained in:
2017-08-25 17:58:25 +02:00
parent 02f5aee141
commit e4966a6536
4 changed files with 113 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ use std::fs::File;
pub mod css;
pub mod dom;
pub mod html;
pub mod styling;
fn read_source(filename: String) -> String {
let mut str = String::new();