sassmagic 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/sassmagic/reset.rb +1 -0
  2. metadata +1 -1
@@ -551,6 +551,7 @@ class Sass::Tree::Visitors::ToCss < Sass::Tree::Visitors::Base
551
551
  end
552
552
  # 判断是否不需要rem进行自动处理,通过class
553
553
  $classignore = false
554
+ opt["ignore"] ||= []
554
555
  opt["ignore"].each{|v|
555
556
  # debugger
556
557
  if (node.resolved_rules.to_s).include? v
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassmagic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: