Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primer-base

Package Overview
Dependencies
Maintainers
1
Versions
852
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-base - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

build/build.css

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# v0.2.2
* Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7)
* Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf)
* Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0)
* Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291)
# v0.2.1

@@ -2,0 +9,0 @@

14

package.json
{
"version": "0.2.1",
"version": "0.2.2",
"name": "primer-base",

@@ -11,3 +11,4 @@ "description": "CSS to reset the browsers default styles",

"index.scss",
"lib"
"lib",
"build"
],

@@ -19,7 +20,6 @@ "repository": "https://github.com/primer/base.git",

"scripts": {
"build": "npm run setup && npm run preprocess",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css",
"setup": "npm install",
"test": "npm run lint"
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
"prepublish": "npm run setup && npm run build",
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss"
},

@@ -26,0 +26,0 @@ "dependencies": {

@@ -8,8 +8,4 @@ # Primer CSS Base

This repository is a module of the full [primer-css][primer] repository.
This repository is a module of the full [primer-css][primer] repository. And is built off of [normalize.css](https://github.com/necolas/normalize.css/)
## Documentation
You can read more about base in the [docs][docs].
## Install

@@ -35,3 +31,3 @@

For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css`
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.

@@ -42,15 +38,11 @@ ```

## Related
## Documentation
* [normalize.css](https://github.com/necolas/normalize.css/)
* [Primer Documentation][docs]
* [primer-css][primer]
* [primer-support][primer-support]
You can read more about base in the [docs][docs].
## License
MIT © [GitHub](https://github.com/)
[MIT](./LICENSE) © [GitHub](https://github.com/)
[primer]: https://github.com/primer/primer
[primer-support]: https://github.com/primer/primer-support
[docs]: http://primercss.io/

@@ -57,0 +49,0 @@ [npm]: https://www.npmjs.com/

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc