Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove useless insertBefore in LESS (#1629)
Remove an `insertBefore` call which was intended to swap the order of `punctuation` and `function`. But as `function` is already before `punctuation` (in [CSS](https://github.com/PrismJS/prism/blob/master/components/prism-css.js#L18)), it doesn't do anything.
- Loading branch information