Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created January 21, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommcfarlin/009eaf48e297d92e5ee7e3df3b89c5db to your computer and use it in GitHub Desktop.
Save tommcfarlin/009eaf48e297d92e5ee7e3df3b89c5db to your computer and use it in GitHub Desktop.
[WordPress] What Are Source Maps (And Are They Needed)?
form label{font-weight:normal}form input[type="text"],form textarea{width:100%}.admin-featurebox{background:#FFF;border:1px solid #CCC;margin:20px 0;padding:10px 20px}
/*# sourceMappingURL=plugin-settings.css.map */
form {
label {
font-weight: normal;
}
input[type="text"],
textarea {
width: 100%;
}
}
.admin-featurebox {
background:#FFF;
border:1px solid #CCC;
margin:20px 0;
padding:10px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment