
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
simple-css-reset
Advanced tools
A simple, no-nonsense CSS reset stylesheet.
$ npm install --save simple-css-reset
You need the ember-cli-node-assets
package to be able to import the CSS file into your application. Then you need to add the reset file to the ember-cli
build file.
$ npm install --save-dev ember-cli-node-assets
// ember-cli-build.js
module.exports = function(defaults) {
const app = new EmberApp(defaults, {
nodeAssets: {
'simple-css-reset': {
import: ['reset.css']
}
}
});
};
Assuming you have properly installed and configured CSS loader, you can simply require the reset.css
file within the entry point of your app.
$ npm install --save-dev css-loader
// index.js
import 'simple-css-reset/reset.css';
simple-css-reset
is © 2014-2017 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md
file.
Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.
FAQs
A simple, no-nonsense CSS reset stylesheet.
The npm package simple-css-reset receives a total of 206 weekly downloads. As such, simple-css-reset popularity was classified as not popular.
We found that simple-css-reset demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.