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

main.styl « src « gulp « stylus « examples - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a1c728ff1ff373bb38158f8334ff6d31d5bb061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "../../../../stylus"
.selector-1
  background-color: #f00
  width: 300px
  responsive-font-size(32px)

.selector-2
  responsive-font-size(2rem)

.selector-3
  responsive-font-size(2rem, true)

.selector-4
  rfs(2rem)

.selector-5
  responsive-font-size(2em)

.selector-6
  responsive-font-size(inherit)

@supports (display: flex)
  .selector-7
    rfs(28px)

.selector-8
  responsive-font-size(32)