Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/postcss-minify-selectors/ |
Upload File : |
# 2.1.1 * Fixes a compatibility issue with `modular-css` - now the module will only use the raw selector value if it equal to the 'cleaned' selector value. # 2.1.0 * Adds support for converting between similar `:nth-child` selectors. For example, `:nth-child(1)` can be converted to `:first-child`, and `p:nth-last-child(2n + 1)` converts to `p:nth-last-child(odd)`. # 2.0.7 * Fixes a regression where postcss-minify-selectors would transform `[title=""]` into `[title=]` (thanks to @arperry). # 2.0.6 * Performance tweaks; now calls `Node#toString()` ~50% less often, removed dead branches, extracted each node type into a separate transformer function. * Resolves an issue where extraneous whitespace around a case-insensitive attribute selector (`[href="foo" i]`) would not be removed. # 2.0.5 * Updated postcss-selector-parser to `2.0.0`. # 2.0.4 * Now compiled with babel 6. # 2.0.3 * Fixed an issue where `[a="-"]` was incorrectly minified to `[a=-]`. # 2.0.2 * Fixed a crash with Polymer mixins; now the module will pass through any selector string with a trailing colon. # 2.0.1 * Replaced javascript-natural-sort with alphanum-sort (thanks to @TrySound). # 2.0.0 * Upgraded to PostCSS 5. * At-rule parameter minification was extracted out of this module into postcss-minify-params (thanks to @TrySound). # 1.5.0 * Added support for converting pseudo elements with double colon syntax to the single colon syntax. # 1.4.7 * Further performance improvements by using less postcss-selector-parser iterations. # 1.4.6 * Bump normalize-selector to `0.2.0`, decreases overall package weight. * Speed up node iteration by calling `eachInside` once rather than twice. # 1.4.5 * Update normalize-selector to cut down package weight. # 1.4.4 * Fixed an integration issue with postcss-font-magician. # 1.4.3 * Fixed an issue where `.from` was transformed to `0%`. # 1.4.2 * Bump dependencies. * Fixes for PostCSS plugin guidelines. # 1.4.1 * Fixes incorrect deduplication of pseudo selector rules. # 1.4.0 * Update to postcss-selector-parser to greatly improve parsing logic. # 1.3.1 * Fixes a crash when nothing was passed to `node-balanced`. # 1.3.0 * Now uses the PostCSS `4.1` plugin API. # 1.2.1 * Passes original test case in issue 1. # 1.2.0 * Does not touch quoted values in attribute selectors. * No longer will mangle values such as `2100%` in keyframes. # 1.1.0 * Now minifies `from` to `0%` and `100%` to `to` in keyframe declarations. # 1.0.0 * Initial release.