Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks valid CSS #23

Open
Alexey-T opened this issue Jul 16, 2019 · 0 comments
Open

Breaks valid CSS #23

Alexey-T opened this issue Jul 16, 2019 · 0 comments

Comments

@Alexey-T
Copy link

Plugin breaks this css- at begin I got 2 properties without {} braces.

/*Clipboard ÆӨÆӨÆӨ*/
td, body {  
  color:#000;
  line-height: 1.5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
body{
	background: #FFFFFF url(bg.jpg) top repeat-x;
}
li{
  list-style: square;
}
h1 {
   font-size: 22px;
 }
h2{
    font-size: 18px;
  }
h3{
    font-size: 16px;
}
.code{
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  background: #EEEEEE;
  color: #4B0082;
  margin-top: 2px;
  margin-right: 20px;
}
.inlinecode{
  font-family: "Courier New", Courier, monospace;
  background: #EEEEEE;
  color: #4B0082;
}
table
{
  border-collapse:collapse;
  border:darkgray;
}
td
{
  padding:3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant