1
Fork 0

Add/update tests for --extend-css option

This commit is contained in:
Guillaume Gomez 2023-04-12 15:17:33 +02:00
parent bf6582e0cc
commit 6bc6ea7a3e
9 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "extend_css"
version = "0.1.0"

View file

@ -0,0 +1,7 @@
[package]
name = "extend_css"
version = "0.1.0"
edition = "2018"
[lib]
path = "lib.rs"

View file

@ -0,0 +1,3 @@
.extend {
color: red !important;
}

View file

@ -0,0 +1 @@
//! <div class="extend">text in red</div>