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 'examples/scss/src/main.scss')
-rw-r--r--examples/scss/src/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scss/src/main.scss b/examples/scss/src/main.scss
index 8e7250f..3fed54d 100644
--- a/examples/scss/src/main.scss
+++ b/examples/scss/src/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);
}