gonzales icon indicating copy to clipboard operation
gonzales copied to clipboard

Error when using double colon in selector

Open backflip opened this issue 9 years ago • 1 comments

The parser fails on the first occurrence of a double colon in https://github.com/necolas/normalize.css/ (using version 1.3.11 of https://github.com/css/csso):

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

backflip avatar Jul 29 '14 16:07 backflip

I also have a problem with this. Especially because of Bootstrap 3.3 .

lephyrius avatar Nov 05 '14 17:11 lephyrius