Backport more tools for work flavour

This commit is contained in:
cytopia
2022-12-08 14:05:14 +01:00
parent 2bb64ccff6
commit a7292fdff9
89 changed files with 5061 additions and 419 deletions

10
php_tools/sass/README.md Normal file
View File

@@ -0,0 +1,10 @@
# sass
A pure JavaScript implementation of Sass. Sass makes CSS fun again.
This package is a distribution of Dart Sass, compiled to pure JavaScript with no native code or external dependencies. It provides a command-line sass executable and a Node.js API.
| Platform | Url |
|----------|------------------------------------------------------------------|
| NPM | https://www.npmjs.com/package/sass |
| GitHub | https://github.com/sass/dart-sass |