diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
commit | 2bf70606fc62c989973f84f2961df2d42d7f9c04 (patch) | |
tree | 8758d4ec6b9688b1fb150a05b95ff7f3932d3c53 /Cargo.toml | |
parent | 63e2395caf4ae93ebde96d97e12fc946af1e9ac9 (diff) |
Better layout styling
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index f589bb8..1ffc006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,8 +46,7 @@ output-name = "stormscribe" site-root = "target/stormscribe" site-pkg-dir = "pkg" assets-dir = "public" -style-file = "style.css" -# watch-additional-files = ["style.css"] +style-file = ".generated-style.scss" site-addr = "127.0.0.1:3000" reload-port = 3001 browserquery = "defaults" @@ -60,5 +59,7 @@ lib-default-features = false lib-profile-release = "wasm-release" [package.metadata.stylance] - - +output_file="./.generated-style.scss" +folders = ["./src/"] +extensions = [".module.css"] +scss_prelude = "@import './global.scss';" |