eqio icon indicating copy to clipboard operation
eqio copied to clipboard

Added additional CSS classes without angle brackets to avoid SASS iss…

Open josephsong opened this issue 6 years ago • 0 comments

I found the angle brackets were really messing with my SCSS files when I tried to write selectors. It was adding spaces around the angle brackets and leaving the escape slash in place. I modified the code to keep the angle brackets in the class and also add classes that don't have the special characters.

For example, from the readme, it would add both media-object-eqio->700 and media-object-eqio-gt-700 at the same time.

josephsong avatar Aug 20 '18 20:08 josephsong