Move legacy styles to their own files (#6033)

This commit is contained in:
Paulus Schoutsen
2020-05-25 01:16:01 -07:00
committed by GitHub
parent b8e71609db
commit af23110074
48 changed files with 74 additions and 56 deletions

View File

@@ -16,7 +16,6 @@ import "../../components/ha-form/ha-form";
import type { HaFormSchema } from "../../components/ha-form/ha-form";
import "../../components/ha-markdown";
import type { DataEntryFlowStepForm } from "../../data/data_entry_flow";
import "../../resources/ha-style";
import type { HomeAssistant } from "../../types";
import type { FlowConfig } from "./show-dialog-data-entry-flow";
import { configFlowContentStyles } from "./styles";