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:
authorJohnAlbin <virtually.johnalbin@gmail.com>2018-01-29 07:23:14 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2018-01-29 09:54:28 +0300
commit9a85c3ac65ed42bbb3b0afe82f9656b29c2f8c45 (patch)
tree2a834017d07054b54c88c6c373c73090274cfbd9
parent821f98d7d9336b879db2b769a3d8d679a950d457 (diff)
Drop support for Bower. Fixes #130
-rw-r--r--README.md4
-rw-r--r--bower.json30
-rw-r--r--normalize-scss.gemspec1
3 files changed, 2 insertions, 33 deletions
diff --git a/README.md b/README.md
index c808c56..8ce61d8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@
For use with… | normalize-scss version
-----------------------------|-----------------------
-Sass 3.4 or libSass | [7.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/7.0.0)<br> combining normalize.css v7.0.0 with v1.1.3
+Sass 3.4 or libSass | [8.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/8.0.0)<br> combining normalize.css v7.0.0 with v1.1.3
+Compass or Bower | [7.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/7.0.0)<br> combining normalize.css v7.0.0 with v1.1.3 (last version with Compass and Bower support)
Ruby Sass 3.3 | [3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3)<br> combining normalize.css v3.0.3 with v1.1.3
Ruby Sass 3.2 | [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3)<br> combining normalize.css v2.1.3 with v1.1.3
@@ -42,7 +43,6 @@ Install using one of the following methods:
* Download directly from the [project page](https://github.com/JohnAlbin/normalize-scss/releases).
* Install with [npm](http://npmjs.org/): `npm install --save normalize-scss`
-* Install with [Bower](http://bower.io/): `bower install --save normalize.scss`
* Install with [Ruby Gem](https://rubygems.org/gems/normalize-scss): `gem install normalize-scss`<br>
and, optionally, add `require "normalize-scss"` to your config.rb file. Note: if you want to alter the _normalize.scss file after installation (see "how to use it" below), you can use the `gem list --details normalize-scss` command to show you where the normalize-scss files were installed.
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"
- ]
-}
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index 038eca8..ae0814c 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split($/).select {|f| File.exist?(f) && f =~ %r{^(lib|sass)/} }
spec.files += %w(
- bower.json
CONTRIBUTING.md
LICENSE.md
normalize-scss.gemspec