updated regular expression for finding the parent image
This commit is contained in:
parent
c3f00537c8
commit
bd11d0b381
@ -7,7 +7,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
compass (0.11.beta.4.4d7dc7a)
|
||||
compass (0.11.beta.4.c3f0053)
|
||||
chunky_png (~> 1.1.0)
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
|
||||
|
@ -5,7 +5,7 @@ module Compass
|
||||
ACTIVE = %r{[_-]active$}
|
||||
TARGET = %r{[_-]target$}
|
||||
HOVER = %r{[_-]hover$}
|
||||
PARENT = %r{(.+)_(.+)$}
|
||||
PARENT = %r{(.+)[-_](.+)$}
|
||||
|
||||
attr_reader :relative_file, :options, :base
|
||||
attr_accessor :top, :left
|
||||
|
Loading…
Reference in New Issue
Block a user