Exemple #1
0
 def validate_color(col):
     return cssprofiles.validateWithProfile('color',
                 col,
                 profiles=[profiles.Profiles.CSS_LEVEL_2])[1]
Exemple #2
0
 def validate_color(col):
     return cssprofiles.validateWithProfile(
         'color', col, profiles=[profiles.Profiles.CSS_LEVEL_2])[1]