Skip to content

Commit d9f1c6c

Browse files
committed
Adding mq-scss family heading
mq-scss is easily my most popular plugin. mq-js started getting more popular when I mentioned it in the mq-scss readme. I expect the same will likely happen for query-list.
1 parent 72a5e9d commit d9f1c6c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ This media query mixin is a powerful tool that lets you easily create far more c
66

77
I've set up a [test/demo site](https://dan503.github.io/mq-scss/). It primarily exists for testing but it does a pretty decent job of demoing what mq-scss can do as well.
88

9-
If you enjoy using mq-scss, also try out my [mq-js](https://www.npmjs.com/package/mq-js) npm module. This allows you to use mq-scss style media queries inside your JavaScript files.
9+
## mq-scss family <!-- omit in toc -->
10+
11+
If you enjoy using mq-scss, you may also enjoy using these:
12+
13+
- [mq-js:](https://www.npmjs.com/package/mq-js) Allows you to use mq-scss style media queries in your JavaScript files.
14+
- [query-list:](https://www.npmjs.com/package/query-list) An mq-scss style work around for the lack of container queries in CSS.
1015

1116
## Contents <!-- omit in toc -->
1217

@@ -1145,4 +1150,4 @@ It also comes with a batch of 46 unit tests that are used to ensure that all of
11451150
11461151
## Change log
11471152
1148-
The change log has been moved to the [mq-scss GitHub releases page](https://github.com/Dan503/mq-scss/releases)
1153+
The change log has been moved to the [mq-scss GitHub releases page](https://github.com/Dan503/mq-scss/releases).

0 commit comments

Comments
 (0)