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/sass/_main.scss')
-rw-r--r--test/sass/_main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sass/_main.scss b/test/sass/_main.scss
index 9a1a8e3..32a0101 100644
--- a/test/sass/_main.scss
+++ b/test/sass/_main.scss
@@ -2,8 +2,8 @@
// font-size property with `px` unit
.selector-1 {
- background-color: #f00;
width: 300px;
+ background-color: #f00;
@include font-size(32px);
}