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

test-10.css « expected « test - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c84a744fda14754660770e621c68fad9dd95026f (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.selector-1 {
  background-color: #f00;
  width: 300px;
  font-size: 32px; }
  @media (max-width: 50rem), (max-height: 50rem) {
    .selector-1 {
      font-size: calc(16px + 2vmin) ;
      min-width: 0vw; } }

.selector-2 {
  font-size: 32px; }
  @media (max-width: 50rem), (max-height: 50rem) {
    .selector-2 {
      font-size: calc(16px + 2vmin) ;
      min-width: 0vw; } }

.selector-3 {
  font-size: 32px !important; }
  @media (max-width: 50rem), (max-height: 50rem) {
    .selector-3 {
      font-size: calc(16px + 2vmin)  !important;
      min-width: 0vw; } }

.selector-4 {
  font-size: 32px; }
  @media (max-width: 50rem), (max-height: 50rem) {
    .selector-4 {
      font-size: calc(16px + 2vmin) ;
      min-width: 0vw; } }

.selector-5 {
  font-size: 2em; }

.selector-6 {
  font-size: inherit; }

@supports (display: flex) {
  .selector-7 {
    font-size: 28px; }
    @media (max-width: 50rem), (max-height: 50rem) {
      .selector-7 {
        font-size: calc(15.2px + 1.6vmin) ;
        min-width: 0vw; } } }

.selector-8 {
  font-size: 32px; }
  @media (max-width: 50rem), (max-height: 50rem) {
    .selector-8 {
      font-size: calc(16px + 2vmin) ;
      min-width: 0vw; } }