In CSS, which is faster to process, a space or >?
For example:
#test > *
vs
#test *
(Obviously, they have different meanings, but in many circumstances they can be used interchangeably.)
In CSS, which is faster to process, a space or >?
For example:
#test > *
vs
#test *
(Obviously, they have different meanings, but in many circumstances they can be used interchangeably.)