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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn <martijn.cuppens@intracto.com>2017-07-03 18:42:25 +0300
committerMartijn <martijn.cuppens@intracto.com>2017-07-03 18:42:25 +0300
commit9b628875941b8b3bf115ff77409fcb09be8539c9 (patch)
treea43e1253091c85cdc90c9da376d71d67f0896c93 /bower.json
parentc4755cb29af554bffa4d6e8f6e7216de9173664f (diff)
Add bower-file
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..13a3f47
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "rfs",
+ "description": "A scss-mixin for responsive font-sizes.",
+ "main": "scss/rfs.scss",
+ "authors": [
+ "Martijn Cuppens <martijn.cuppens@gmail.com>"
+ ],
+ "license": "MIT",
+ "keywords": [
+ "scss",
+ "responsive",
+ "font-size",
+ "typography"
+ ],
+ "homepage": "https://github.com/MartijnCuppens/rfs",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}