-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_components.scss
More file actions
17 lines (15 loc) · 1.1 KB
/
_components.scss
File metadata and controls
17 lines (15 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//==============================================================================================
// COMPONENTS
//----------------------------------------------------------------------------------------------
// Components represent reusable blocks that are expected to be applied multiple times across a
// site. Components will often map to reusable blocks of HTML (e.g., partial views) or
// JavaScript (e.g., controls); in these cases, the components should share the same name as
// their counterparts.
//----------------------------------------------------------------------------------------------
// NOTE: Since components are intended to be self-contained, they should each be included in
// their own file (e.g., in /Components/_component.scss) and imported into this manifest.
//==============================================================================================
//----------------------------------------------------------------------------------------------
// IMPORTS
//----------------------------------------------------------------------------------------------
//@import "Component/ComponentA";