Skip to content

Commit 52be1f0

Browse files
♻️ [css] Removed unnecessary tags
1 parent 5c1819f commit 52be1f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

snippets/css/animations/blink-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Blink Animation
33
description: Adds an infinite blinking animation to an element
44
author: AlsoKnownAs-Ax
5-
tags: css,animation,blink,infinite
5+
tags: animation,blink,infinite
66
---
77

88
```css

snippets/css/animations/pulse-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pulse Animation
33
description: Adds a smooth pulsing animation with opacity and scale effects
44
author: AlsoKnownAs-Ax
5-
tags: css,animation,pulse,pulse-scale
5+
tags: animation,pulse,pulse-scale
66
---
77

88
```css

snippets/css/animations/shake-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Shake Animation
33
description: Adds a shake animation ( commonly used to mark invalid fields )
44
author: AlsoKnownAs-Ax
5-
tags: css,shake,shake-horizontal
5+
tags: shake,shake-horizontal
66
---
77

88
```css

snippets/css/animations/slide-in-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Slide-in Animation
33
description: Adds a slide-in from the right side of the screen
44
author: AlsoKnownAs-Ax
5-
tags: css,animation,slide-in,slide-right
5+
tags: animation,slide-in,slide-right
66
---
77

88
```css

snippets/css/animations/typewriter-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Typewriter Animation
33
description: Adds a typewriter animation + blinking cursor
44
author: AlsoKnownAs-Ax
5-
tags: css,blinking,typewriter
5+
tags: blinking,typewriter
66
---
77

88
```html

0 commit comments

Comments
 (0)