use of com.intellij.psi.css.inspections.invalid.CssInvalidFunctionInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method testFlexSpecificFunctionsInCss.
@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testFlexSpecificFunctionsInCss() throws Exception {
enableInspectionTool(new CssInvalidElementInspection());
enableInspectionTool(new CssInvalidPropertyValueInspection());
enableInspectionTool(new CssInvalidFunctionInspection());
doTestFor(true, getTestName(false) + ".css");
}
Aggregations