This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

17
frontend/node_modules/postcss-page-break/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.0.3 - 2020-09-27
- Use `Declaration` event to work faster
- Fast check with `startsWith` before running slow regexp
- Avoid adding duplicate
Thanks to @ai
## 3.0.0 - 2020-09-20
* Updated: Support for PostCSS v8
## 2.0 - 2018-09-18
* Updated: Support for PostCSS v7
## 1.0
* Initial release