LeaVerou / dabblet

An interactive CSS playground
http://dabblet.com
817 stars 148 forks source link

@import URL with multiple parameters mess up typing #245

Open trongthanh opened 10 years ago

trongthanh commented 10 years ago

Paste this valid Google font import:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,vietnamese);

into the CSS pane.

Now the typing is messed up and the import URL is inserted with extra semicolon ';'