pinakes/crates/pinakes-ui/src/styles.rs
NotAShelf ede8a26e59
pinakes-ui: get rid of the build wrapper; let Dioxus compile its own stylesheets
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I8e83a7d9e592b0770b22c5832da6a5586a6a6964
2026-03-22 21:58:53 +03:00

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");