Skip to content

Commit

Permalink
Fixed a diff conflict I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
franksort committed Apr 11, 2012
1 parent b51e98b commit 7d44f2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions css3tool.py
Expand Up @@ -128,11 +128,7 @@ def func(t):
t_NOT = make_simple('NOT', r'not\(') t_NOT = make_simple('NOT', r'not\(')
t_URI = make_simple('URI', r'url\(({0}|{1})\)'.format(string, url)) t_URI = make_simple('URI', r'url\(({0}|{1})\)'.format(string, url))
t_FUNCTION = make_simple('FUNCTION', r'{0}\('.format(ident)) t_FUNCTION = make_simple('FUNCTION', r'{0}\('.format(ident))
<<<<<<< HEAD
t_HASH = make_simple('HASH', r'\#{0}'.format(name)) t_HASH = make_simple('HASH', r'\#{0}'.format(name))
=======
t_HASH= make_simple('HASH', r'\#{0}'.format(name))
>>>>>>> 69d455ace194922c00ea0e711c5fffbffb984d8e
t_DIMENSION = make_simple('DIMENSION', r'{0}{1}'.format(num, ident)) t_DIMENSION = make_simple('DIMENSION', r'{0}{1}'.format(num, ident))
t_PERCENTAGE = make_simple('PERCENTAGE', r'{0}\%'.format(num)) t_PERCENTAGE = make_simple('PERCENTAGE', r'{0}\%'.format(num))


Expand Down

0 comments on commit 7d44f2e

Please sign in to comment.