Socket
Socket
Sign inDemoInstall

primer-base

Package Overview
Dependencies
1
Maintainers
13
Versions
852
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    primer-base

CSS to reset the browsers default styles


Version published
Weekly downloads
2.4K
decreased by-17.64%
Maintainers
13
Created
Weekly downloads
 

Readme

Source

Primer Base

npm version Build Status

GitHub's CSS to reset the browsers default styles. Built on top of normalize.css

This repository is a module of the full primer repository. And is built off of normalize.css

Install

This repository is distributed with npm. After installing npm, you can install primer-base with this command.

$ npm install --save primer-base

Usage

The source files included are written in Sass (scss) You can simply point your sass include-path at your node_modules directory and import it like this.

@import "primer-base/index.scss";

You can also import specific portions of the module by importing those partials from the /lib/ folder. Make sure you import any requirements along with the modules.

Build

For a compiled css version of this module, a npm script is included that will output a css version to build/build.css The built css file is also included in the npm package.

$ npm run build

Documentation

You can read more about base in the docs.

License

MIT © GitHub

Keywords

FAQs

Last updated on 17 Oct 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc