Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
build: update parcel_css crate to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jan 31, 2022
1 parent 9242a9b commit 0fa8d49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wasm = ["serde_json", "dprint-core/wasm"]

[dependencies]
anyhow = "1.0.51"
parcel_css = { git = "https://github.com/parcel-bundler/parcel-css" }
parcel_css = { version = "1.0.0-alpha.14" }
dprint-core = { version = "0.49.0", features = ["formatting"] }
serde = { version = "1.0.117", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down
12 changes: 12 additions & 0 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"incremental": true,
"css": {
},
"includes": [
"**/*.{css}"
],
"excludes": [],
"plugins": [
"target/wasm32-unknown-unknown/release/dprint_plugin_css.wasm"
]
}

0 comments on commit 0fa8d49

Please sign in to comment.