materialize compass watch shows error on default -
i using ruby 2.1.2 ,compass 1.0.1, sass 3.4.21 (selective steve).
while config.rb file contains
http_path = "/" css_dir = "stylesheets" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" i haven't changed default file downloaded materialize css. compass watch generates following errors error sass/materialize.scss
(/usr/lib/ruby/vendor_ruby/sass/selector/abstract_sequence.rb:96:in `block in _specificity': undefined method `specificity' [:not(.btn)]:array) what missing here?
if anyone's running same problem.
there problem in latest version of sass removing , installing 3.4.16 version problem fixed.
Comments
Post a Comment