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 css;
|
||||||
mod error;
|
mod error;
|
||||||
mod format;
|
mod format;
|
||||||
|
mod imports;
|
||||||
mod lexer;
|
mod lexer;
|
||||||
mod selector;
|
mod selector;
|
||||||
mod style;
|
mod style;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user