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

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 767cd6a..0000000
--- a/bower.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "normalize-scss",
- "description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
- "main": [
- "sass/_normalize.scss"
- ],
- "authors": [
- "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)"
- ],
- "license": "(MIT OR GPL-2.0)",
- "keywords": [
- "sass",
- "normalize",
- "reset",
- "typography",
- "design",
- "ui"
- ],
- "homepage": "https://github.com/JohnAlbin/normalize-scss",
- "ignore": [
- "**/.*",
- "CONTRIBUTING.md",
- "lib",
- "node_modules",
- "normalize-scss.gemspec",
- "sache.json",
- "test.html",
- "test"
- ]
-}