usey

Macro usey 

Source
usey!() { /* proc-macro */ }
Available on crate feature procmacro only.
Expand description

Macro that brings external sass code into app

Intended to be used in tandem with sabry::buildy function in build.rs file

§Usage

use sharedstyles::tokens;
use brandstyle::tokens as brand_tokens;

usey!(
    theme!(),
    tokens!()
);