mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 03:56:50 +00:00
46 lines
1.0 KiB
SCSS
46 lines
1.0 KiB
SCSS
@import "variables";
|
|
@import "mixins";
|
|
|
|
@import "../inuitcss/_inuit";
|
|
|
|
@import "base/global";
|
|
@import "base/grid";
|
|
@import "base/header";
|
|
@import "base/navigation";
|
|
@import "base/footer";
|
|
@import "base/syntax";
|
|
@import "base/post";
|
|
@import "base/archive_list";
|
|
@import "base/print";
|
|
|
|
@import "plugins/alert";
|
|
@import "plugins/details";
|
|
@import "plugins/tabbed_block";
|
|
@import "plugins/terminology_tooltip";
|
|
@import "plugins/integration_alert";
|
|
|
|
@import "base/sidebar";
|
|
@import "aside/buy_dialog";
|
|
@import "aside/recent_posts";
|
|
@import "aside/github";
|
|
@import "aside/pinboard";
|
|
@import "aside/social";
|
|
|
|
@import "homepage/home";
|
|
@import "homepage/hero_unit";
|
|
@import "homepage/features";
|
|
|
|
@import "pages/landingpage";
|
|
@import "pages/component_page";
|
|
@import "pages/getting_started";
|
|
|
|
@import "helpers/classes";
|
|
@import "helpers/grid-fix";
|
|
|
|
@import "external/search";
|
|
|
|
// This file overrides all kinds of stuff, it is the old "paulus.scss" file
|
|
// Most of what is in here should be moved to the correct file and remoted
|
|
// from here.
|
|
@import "overrides";
|