Socket
Socket
Sign inDemoInstall

nib

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nib - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

lib/nib/normalize/base.styl

40

docs/README.md

@@ -188,13 +188,35 @@ # Mixins

## Reset
Nib comes bundled with Eric Meyer's style reset support, you can choose to apply the global or any specifics that you wish. To view the definitions view [reset.styl](https://github.com/visionmedia/nib/blob/master/lib/nib/reset.styl)
Nib comes bundled with [Eric Meyer's style reset](eric-meyer) and [Nicolas Gallagher's _Normalize_](normalize) support and, you can choose to apply the global or any specifics that you wish. To view the definitions view [`reset.styl`](https://github.com/tj/nib/blob/master/lib/nib/reset.styl).
- global-reset()
- nested-reset()
- reset-font()
- reset-box-model()
- reset-body()
- reset-table()
- reset-table-cell()
- reset-html5()
[eric-meyer]: http://meyerweb.com/eric/tools/css/reset/
[normalize]: https://github.com/necolas/normalize.css
> CSS Reset
- `global-reset()`
- `nested-reset()`
- `reset-font()`
- `reset-box-model()`
- `reset-body()`
- `reset-table()`
- `reset-table-cell()`
- `reset-html5()`
> Normalize
- `normalize-html5()`
- `normalize-base()`
- `normalize-links()`
- `normalize-text()`
- `normalize-embed()`
- `normalize-groups()`
- `normalize-forms()`
- `normalize-tables()`
- `normalize-css()`
[Read more][normalize-about] about Normalize or see the original CSS [here][normalize-css].
[normalize-about]: http://nicolasgallagher.com/about-normalize-css/
[normalize-css]: https://github.com/necolas/normalize.css/blob/master/normalize.css
## Border

@@ -201,0 +223,0 @@ This shorthand lets you create a border by just specifying a color, with defaults for width and style.

{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",

@@ -11,3 +11,3 @@ "repository": {

"dependencies": {
"stylus": "0.45.x"
"stylus": "0.49.x"
},

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -1,6 +0,6 @@

[![Build Status](https://travis-ci.org/visionmedia/nib.png?branch=master)](https://travis-ci.org/visionmedia/nib)
[![Build Status](https://travis-ci.org/tj/nib.png?branch=master)](https://travis-ci.org/tj/nib)
# Nib
Stylus mixins, utilities, components, and gradient image generation. Don't forget to check out the [documentation](http://visionmedia.github.com/nib/).
Stylus mixins, utilities, components, and gradient image generation. Don't forget to check out the [documentation](http://tj.github.io/nib/).

@@ -56,5 +56,6 @@ ## Installation

@import 'nib/overflow'
@import 'nib/normalize'
```
to be continued....
_To be continued..._

@@ -91,5 +92,5 @@ ## More Information

- [TJ Holowaychuk](https://github.com/visionmedia) (Original Creator)
- [TJ Holowaychuk](https://github.com/tj) (Original Creator)
- [Sean Lang](https://github.com/slang800) (Current Maintainer)
- [Isaac Johnston](https://github.com/superstructor)
- [Everyone Else](https://github.com/visionmedia/nib/contributors)
- [Everyone Else](https://github.com/tj/nib/contributors)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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