From 5ff88a441105128594a2502e9c7a99cee7f0529a Mon Sep 17 00:00:00 2001 From: spongycake Date: Wed, 26 Jan 2022 00:54:15 +0000 Subject: [PATCH] + sass mq for media queries support We wish to create human-friendly labels around our CSS breakpoints. Typically you would show numbers to represent media types. Now, we can simplify and ask for "desktop", "mobile", "tablet". It should be self-explanatory to the developers. You can find out more about the mixins SASS MQ provides here: https://sass-mq.github.io/sass-mq/ --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 49b7fa3..41d34b2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "rfs": "^9.0.6", "sass": "^1.49.0", "sass-loader": "^12.4.0", + "sass-mq": "^6.0.0", "style-loader": "^3.3.1", "webpack": "^5.67.0", "webpack-cli": "^4.9.1",