Skip to content

Commit

Permalink
Stat: Bugfix, pass additional parameters when generating properties
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Aug 27, 2014
1 parent b9b1eb9 commit 142d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgmapcss/compiler/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def property_values(self, prop, pseudo_element=None, include_illegal_values=Fals

if 'generated_properties' in self and prop in self['generated_properties']:
gen = self['generated_properties'][prop]
combinations = self.properties_combinations(gen[0], pseudo_element, include_illegal_values, value_type, eval_true, max_prop_id)
combinations = self.properties_combinations(gen[0], pseudo_element, include_illegal_values, value_type, eval_true, max_prop_id, include_none, warn_unresolvable)
values = values.union({
gen[1](combination, self)
for combination in combinations
Expand Down

0 comments on commit 142d27b

Please sign in to comment.