strip-css-comments
CSS comment remover
A utility that removes comments from CSS code while preserving certain comment patterns or functions.
Strip comments from CSS
121 stars
8 watching
10 forks
Language: CSS
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/strip-css-comments-cli | A command-line tool to remove comments from CSS files | 38 |
sindresorhus/strip-json-comments-cli | Removes comments from JSON data to enable use of comments in JSON files | 67 |
sindresorhus/strip-json-comments | Removes comments from JSON data to allow its safe use in production environments. | 599 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |
sindresorhus/strip-bom | Removes the UTF-8 byte order mark from strings | 111 |
ericnorris/striptags | A PHP-like HTML tag stripper implemented in TypeScript. | 494 |
douglascrockford/jsmin | An algorithm to remove unnecessary characters from JavaScript source code | 694 |
waldyrious/downstyler | A tool to simplify and beautify webpage styles by stripping away unnecessary CSS rules | 29 |
sindresorhus/del | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,325 |
sindresorhus/del-cli | A utility for permanently deleting files and directories with optional safety features. | 315 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/sublime-autoprefixer | A tool to automatically add vendor prefixes to CSS stylesheets. | 666 |
lucleray/next-purgecss | A plugin that removes unused CSS from Next.js applications to reduce bundle size | 134 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |