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

bower.json - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a28c64ae1037f3bac5440733502aeffa8cd3d3a (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
{
  "name": "rfs",
  "description": "A scss-mixin for responsive font-sizes.",
  "main": "scss/_rfs.scss",
  "authors": [
    "Martijn Cuppens <martijn.cuppens@gmail.com>"
  ],
  "license": "MIT",
  "keywords": [
    "rfs",
    "scss",
    "responsive",
    "responsive-font-size",
    "font-size",
    "typography"
  ],
  "homepage": "https://github.com/MartijnCuppens/rfs",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}