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
Check you project for existed PostCSS config: `postcss.config.js`
114
144
in the project root, `"postcss"` section in `package.json`
@@ -133,7 +163,7 @@ module.exports = {
133
163
If you do not use PostCSS, add it according to [official docs]
134
164
and set this plugin in settings.
135
165
136
-
## 🍰 Options
166
+
## Options
137
167
138
168
> Sorting works based on [dutchenkoOleg/sort-css-media-queries](https://github.com/dutchenkoOleg/sort-css-media-queries) function.
139
169
@@ -210,10 +240,10 @@ See [Releases history]
210
240
211
241
-[`postcss-momentum-scrolling`](https://github.com/solversgroup/postcss-momentum-scrolling) - plugin for adding **momentum** style scrolling behavior (`-webkit-overflow-scrolling:touch`) for elements with overflow (scroll, auto) on iOS
212
242
213
-
## Thanks 💪
243
+
## Thanks
214
244
215
245
- Andrey Sitnik [@ai](https://github.com/ai)
246
+
- Oleh Dutchenko [@dutchenkoOleg](https://github.com/dutchenkoOleg)
216
247
- Jakub Caban [@Lustmored](https://github.com/Lustmored)
0 commit comments