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

composer.json - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d305bc04e78cb9089e9c07c7997eb654357c821 (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
{
  "name": "twbs/rfs",
  "description": "Automated responsive font sizes",
  "keywords": [
    "rfs",
    "responsive",
    "font-size",
    "typography",
    "scss",
    "sass",
    "less",
    "stylus",
    "postcss"
  ],
  "homepage": "https://github.com/twbs/rfs",
  "authors": [
    {
      "name": "Martijn Cuppens",
      "email": "martijn.cuppens@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/rfs/issues"
  },
  "license": "MIT"
}