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

@ -0,0 +1,12 @@
import { BrandCss3 } from '@vicons/tabler';
import { defineTool } from '../tool';
export const tool = defineTool({
name: 'Css prettifier',
path: '/css-prettifier',
description: 'CSS Prettify',
keywords: ['css', 'prettifier', 'beautify', 'prettier', 'format'],
component: () => import('./css-prettifier.vue'),
icon: BrandCss3,
createdAt: new Date('2024-03-15'),
});