Skip to content

Commit 85cba47

Browse files
committed
An attempt to add the README to npm
1 parent 7720a8a commit 85cba47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ change at any time. (Including minor / patch releases.)
4242
its width / height. These situations are not currently handled, so try to
4343
avoid them.
4444

45-
##
4645
- To avoid circular deps, use overflow: hidden and avoid using container units on defined containers
4746
- Use native CSS techniques to achieve your goal whenever possible (css grid, flexbox)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeecoder/container-query",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A PostCSS plugin and Javascript runtime combination, which allows you to write @container queries in your CSS the same way you would write @media queries.",
55
"main": "index.js",
66
"author": "Viktor Hubert <[email protected]>",

0 commit comments

Comments
 (0)