rustfmt
This commit is contained in:
parent
a6f8b73324
commit
7b284f1da7
@ -3,7 +3,7 @@ name = "grass_compiler"
|
|||||||
version = "0.12.1"
|
version = "0.12.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Internal implementation of the grass compiler"
|
description = "Internal implementation of the grass compiler"
|
||||||
readme = "../README.md"
|
readme = "../../README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["web-programming"]
|
categories = ["web-programming"]
|
||||||
keywords = ["scss", "sass", "css", "web"]
|
keywords = ["scss", "sass", "css", "web"]
|
||||||
|
@ -3,7 +3,7 @@ name = "include_sass"
|
|||||||
version = "0.12.1"
|
version = "0.12.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Internal implementation of the grass::include! macro"
|
description = "Internal implementation of the grass::include! macro"
|
||||||
readme = "../README.md"
|
readme = "../../README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["web-programming"]
|
categories = ["web-programming"]
|
||||||
keywords = ["scss", "sass", "css", "web"]
|
keywords = ["scss", "sass", "css", "web"]
|
||||||
|
@ -99,7 +99,9 @@ pub fn include_sass(item: TokenStream) -> TokenStream {
|
|||||||
|
|
||||||
let css = match grass_compiler::from_path(
|
let css = match grass_compiler::from_path(
|
||||||
value,
|
value,
|
||||||
&options.fs(&fs).style(grass_compiler::OutputStyle::Compressed),
|
&options
|
||||||
|
.fs(&fs)
|
||||||
|
.style(grass_compiler::OutputStyle::Compressed),
|
||||||
) {
|
) {
|
||||||
Ok(css) => css,
|
Ok(css) => css,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user