mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
feat(new tool): CSS Prettier
CSS Prettier
This commit is contained in:
parent
21fa7217ad
commit
a7dd50331a
3 changed files with 51 additions and 0 deletions
12
src/tools/css-prettifier/index.ts
Normal file
12
src/tools/css-prettifier/index.ts
Normal 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'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue