Hi,
  I have a case where I have to apply differential styles to two sets of images based on a substring in the href attribute. To give the use case:
  image[href*="images/"]{
     /* Apply style here */
  }

  Is this possible using Oxygen CSS? Sorry if this might be an obvious question to someone used to CSS, I am a total CSS newbie. 

Thanks a bunch!
Nathan