I googled this and looked on here and none of the answers seem to match the right thing for me. They seem to mostly return null. I'm trying to search a CSS files with it with a CSS block like:
.twitterfeed p {
background: #fff;
border-radius: 15px;
color: #373737;
font-size: 15px;
margin: 0 10px 20px 10px;
-moz-border-radius: 15px;
padding: 13px;
position: relative;
-webkit-border-radius: 15px
}
I didn't make the CSS file or anything so I don't know whats in it and I dont know if there will be new lines or single liners like: body { background:color; }
How can I match that entire block, but not other blocks? So, from something { }?