feat(new tool): CSS Prettier

CSS Prettier
This commit is contained in:
sharevb 2024-04-03 23:00:43 +02:00
parent 21fa7217ad
commit a7dd50331a
3 changed files with 51 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import { tool as asciiTextDrawer } from './ascii-text-drawer';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as safelinkDecoder } from './safelink-decoder';
import { tool as cssPrettifier } from './css-prettifier';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -148,6 +149,7 @@ export const toolsByCategory: ToolCategory[] = [
dockerRunToDockerComposeConverter,
xmlFormatter,
yamlViewer,
cssPrettifier,
],
},
{