Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I8e83a7d9e592b0770b22c5832da6a5586a6a6964
7 lines
174 B
Rust
7 lines
174 B
Rust
//! Styles module for Pinakes UI
|
|
//!
|
|
//! Exports the SCSS asset for use with Dioxus.
|
|
|
|
use dioxus::prelude::*;
|
|
|
|
pub static STYLES: Asset = asset!("/assets/styles/main.scss");
|