
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
unreset-css
Advanced tools
Unreset CSS restores browsers' default element styles which are reset by Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5 Doctor, or Tim Murtaugh's HTML5 Reset.
Unreset CSS restores browsers' default element styles which are reset by Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5 Doctor, or Tim Murtaugh's HTML5 Reset.
Unreset CSS is based on browsers' default styles:
resource://gre-resources/html.css
on your Firefox.The sources are in the defaults
directory.
With npm:
$ npm install --save unreset-css
Or, download manually:
Sass:
.unreset {
@import 'node_modules/unreset-css/unreset';
}
CSS:
<link rel="stylesheet" href="unreset.css">
or
<link rel="stylesheet" href="unreset.min.css">
Add a unreset
class to the container of the elements needing to be unreset.
<div class="unreset">
<h1>This is an H1</h1>
<p>This is a paragraph.</p>
<ul>
<li>This is a list item.</li>
<li>This is a list item.</li>
</ul>
</div>
MIT © Kite
FAQs
Unreset CSS restores browsers' default element styles which are reset by Eric Meyer's Reset CSS, YUI 3 Reset CSS, HTML5 Reset Stylesheet of HTML5 Doctor, or Tim Murtaugh's HTML5 Reset.
The npm package unreset-css receives a total of 3,013 weekly downloads. As such, unreset-css popularity was classified as popular.
We found that unreset-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.