updated regular expression for finding the parent image

This commit is contained in:
Scott Davis 2011-03-25 17:32:58 -04:00
parent c3f00537c8
commit bd11d0b381
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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