Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/expected/test-1.css')
-rw-r--r--test/expected/test-1.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expected/test-1.css b/test/expected/test-1.css
index 215e510..4f0eef3 100644
--- a/test/expected/test-1.css
+++ b/test/expected/test-1.css
@@ -1,6 +1,6 @@
.selector-1 {
- background-color: #f00;
width: 300px;
+ background-color: #f00;
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {