Sublime Forum

Prefixr stopped working

#1

Hi,

I haven’t used prefixr in a while. I recently re-installed the latest copy of sublimetext because I was having other issues. The new install seemed to have fixed everything but now prefixr is not working.

I tried both putting the cursor inside and selecting the whole block for this

div#title-bar {
	clear: both;
	width: 100%;
	height: 100px;
	background: #CC0000;
	
   border-radius:10px;
}

and it says run succesful but only removes the extra blank line and changes nothing else.

div#title-bar {
	clear: both;
	width: 100%;
	height: 100px;
	background: #CC0000;
	border-radius:10px;
}

I figure sublimetext is detecting the shorcut ctrl+alt+x but prefixr is failing somewhere.

Any ideas? Any way I can get some output error messages or something?

Edit: wanted to add, I tried removing and reinstalling it and it still isn’t working

Thanks

0 Likes

#2

Never mind, I finally found that they removed border-radius June 6th in an update

0 Likes