You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,12 @@ This media query mixin is a powerful tool that lets you easily create far more c
6
6
7
7
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.
8
8
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.
10
15
11
16
## Contents <!-- omit in toc -->
12
17
@@ -1145,4 +1150,4 @@ It also comes with a batch of 46 unit tests that are used to ensure that all of
1145
1150
1146
1151
## Change log
1147
1152
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