Importer boilerplate
This commit is contained in:
parent
d930659ffe
commit
eccb02a426
13
src/imports.rs
Normal file
13
src/imports.rs
Normal file
@ -0,0 +1,13 @@
|
||||
use crate::StyleSheetParser;
|
||||
|
||||
pub struct Importer {}
|
||||
|
||||
impl Importer {
|
||||
pub fn import(path: &str) {
|
||||
|
||||
}
|
||||
|
||||
fn find_files() {
|
||||
|
||||
}
|
||||
}
|
@ -46,6 +46,7 @@ mod common;
|
||||
mod css;
|
||||
mod error;
|
||||
mod format;
|
||||
mod imports;
|
||||
mod lexer;
|
||||
mod selector;
|
||||
mod style;
|
||||
|
Loading…
x
Reference in New Issue
Block a user