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

tests.json « test - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 706950604eed33ad5a8155edaf545ffcfbf254a6 (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
[
  {
    "id": "test-1",
    "name": "Default build"
  },
  {
    "id": "test-2",
    "name": "Disable responsive font size"
  },
  {
    "id": "test-3",
    "name": "Disabled class"
  },
  {
    "id": "test-4",
    "name": "Enable class"
  },
  {
    "id": "test-5",
    "name": "Change breakpoint unit to em"
  },
  {
    "id": "test-6",
    "name": "Change base font size"
  },
  {
    "id": "test-7",
    "name": "Change font size unit"
  },
  {
    "id": "test-8",
    "name": "Enable two dimensional"
  },
  {
    "id": "test-9",
    "name": "Go loco with the config"
  },
  {
    "id": "test-10",
    "name": "Include mixins multiple times"
  },
  {
    "id": "test-11",
    "name": "Use max-media-query mode"
  },
  {
    "id": "test-12",
    "name": "Use max-media-query mode & enable two dimensional media queries"
  }
]