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/less/main.less')
-rw-r--r--test/less/main.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/less/main.less b/test/less/main.less
index 02fc492..526502f 100644
--- a/test/less/main.less
+++ b/test/less/main.less
@@ -2,8 +2,8 @@
// responsive-font-size property with `px` unit
.selector-1 {
- background-color: #f00;
width: 300px;
+ background-color: #f00;
.font-size(32px);
}