Last active
March 11, 2018 07:45
-
-
Save achisholm/21e18304bcb3989fc2dd0a42bdff2f21 to your computer and use it in GitHub Desktop.
SASS header comments for dividing large files into sections and sub-sections.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//****************************************************************************** | |
// Page Header. | |
// | |
// Styles for the main <header> section and including the main banner, main | |
// search form and social media links. | |
//****************************************************************************** | |
//============================================================================== | |
// Section Heading. | |
// | |
// Used like an H2 heading for components and large related chunks of css. | |
//============================================================================== | |
//------------------------------------------------------------------------------ | |
// Section Sub-Heading. | |
// | |
// Used like an H3 heading for sub-components within a section. | |
//----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment