Skip to content

Commit f6acc7d

Browse files
committed
add keywords and note about core utilities
1 parent eeffa66 commit f6acc7d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
This is a Tailwind CSS plugin that adds utilities to modifiy the [CSS Box Model](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model) property: `box-sizing`. It's useful to override defaults coming from [Preflight](https://tailwindcss.com/docs/preflight/) or [normalize.css](https://github.com/necolas/normalize.css/) or any other [CSS reset](https://meyerweb.com/eric/tools/css/reset/).
1313

14+
15+
**Note:** `box-sizing` utilities were added to [Tailwind 1.2.0](https://github.com/tailwindcss/tailwindcss/releases/tag/v1.2.0) as `.box-border` and `.box-content`.
16+
1417
Maintained by: [Joan Piedra](https://joanpiedra.com)[@neojp](https://twitter.com/neojp)
1518

1619
## Installation

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neojp/tailwindcss-box-sizing-utilities",
33
"description": "Tailwind CSS `box-sizing` utilities",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Joan Piedra <joan@joanpiedra.com>",
77
"main": "index.js",
@@ -20,6 +20,13 @@
2020
"tailwindcss",
2121
"tailwindcss-plugin",
2222
"tailwindcss-utilities",
23-
"tailwindcss-utility"
23+
"tailwindcss-utility",
24+
"tailwindcss-box-sizing-utilities",
25+
"tailwindcss-box-sizing",
26+
"box-sizing-utilities",
27+
"box-sizing",
28+
"border-box",
29+
"content-box",
30+
"css"
2431
]
2532
}

0 commit comments

Comments
 (0)