Skip to content

Commit 1221a80

Browse files
Added npm package info 📦
1 parent b0f8a34 commit 1221a80

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Responsive CSS Grid
22

3+
[![NPM version](https://img.shields.io/npm/v/responsive-css-grid.svg?)](https://www.npmjs.com/package/responsive-css-grid)
4+
35
A super-lightweight, responsive, 8-column grid based on `box-sizing`.
46

57

6-
## Classes
8+
## Getting Started
9+
10+
You may install this plugin with this command:
11+
12+
```shell
13+
npm install responsive-css-grid --save-dev
14+
```
15+
16+
**Issues with the output should be reported on the `responsive-css-grid` [issue tracker](https://github.com/allthingssmitty/responsive-css-grid/issues).**
17+
18+
19+
## Usage
20+
21+
### Classes
722

823
These CSS classes for column sizes are specific to the total width of `<div class="container">`:
924

@@ -16,7 +31,7 @@ These CSS classes for column sizes are specific to the total width of `<div clas
1631
| `.col-1-8` | one-eighth |
1732

1833

19-
## Markup
34+
### Markup
2035

2136
```html
2237
<div class="container">

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "responsive-css-grid",
3+
"version": "1.0.0",
4+
"description": "A super-lightweight, responsive, 8-column grid based on `box-sizing`",
5+
"homepage": "https://github.com/allthingssmitty/responsive-css-grid",
6+
"author": "Matt Smith <matt@allthingssmitty.com> (http://allthingssmitty.com)",
7+
"maintainers": [
8+
"Matt Smith <matt@allthingssmitty.com> (http://allthingssmitty.com)"
9+
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/AllThingsSmitty/responsive-css-grid.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/AllThingsSmitty/responsive-css-grid/issues"
16+
},
17+
"license": "MIT",
18+
"keywords": [
19+
"responsive",
20+
"css",
21+
"grid"
22+
]
23+
}

0 commit comments

Comments
 (0)