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>2015-10-18 04:37:45 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-10-18 18:13:56 +0300
commitcbd868e94ca8a24b2675bd6085ff79e89b40e78b (patch)
tree0493801e3f75c10defb6f7f39b1d9d29784856dd /normalize-scss.gemspec
parent680461ca70dc9fe927b7761b9422730cac04561d (diff)
Move _normalize.scss to sass/ directory.
Diffstat (limited to 'normalize-scss.gemspec')
-rw-r--r--normalize-scss.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index ec74e96..a133d62 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -20,12 +20,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('compass-core', '~> 1.0', '>= 1.0.0')
s.files = %w[
- _normalize.scss
CHANGELOG.md
CONTRIBUTING.md
lib/normalize-scss.rb
LICENSE.md
normalize-scss.gemspec
README.md
+ sass/_normalize.scss
]
end