flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

24
BACK_BACK/node_modules/postcss-unique-selectors/CHANGELOG.md generated vendored Executable file
View file

@ -0,0 +1,24 @@
# 4.0.0-rc.0
* Breaking: Drops support for Node 0.12, we now require at least Node 4.
* Breaking: Update PostCSS to 6.0.0.
# 2.0.2
* Now compiled with babel 6.
# 2.0.1
* Replaced javascript-natural-sort with alphanum-sort (thanks to @TrySound).
# 2.0.0
* Upgraded to PostCSS 5.
# 1.0.1
* Removed an unnecessary dependency on css-list.
# 1.0.0
* Initial release.