---
title: "Manage Custom CSS Properties in IntelliJ"
date: 2023-04-06T17:17:17.000Z
author: Z.SHINCHVEN
tags: [IntelliJ IDEA, JetBrains]
canonical: https://atlassc.net/2023/04/07/manage-custom-css-properties-in-intellij
---
I accidentally added some non-exist CSS properties to Intellij IDEA's custom CSS properties, making it unable to warn about the wrong CSS properties. So I have to remove them manually.

## Manage Custom CSS Properties

Go to File --> Settings --> Inspections --> CSS --> Unknown CSS property --> Custom CSS properties.
