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
| //---------------------------------------------------------------------------- | |
| // typography.scss | |
| // Headings, body text, lists, code, and more | |
| //---------------------------------------------------------------------------- | |
| // --------------------------------------------------------------------------- | |
| // @BODY | |
| p | |
| { |
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
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="author" content="" /> | |
| <meta name="description" content="A brief description of this website or your business." /> | |
| <meta name="keywords" content="keywords, or phrases, suited with each particular page, are best" /> | |
| <title>Title</title> |
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
| //---------------------------------------------------------------------------- | |
| // site.scss | |
| // The base styles and base layout go here. | |
| //---------------------------------------------------------------------------- | |
| // --------------------------------------------------------------------------- | |
| // ROOT | |
| html |
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
| // BUTTON STYLES | |
| // ------------- | |
| // Base styles | |
| // -------------------------------------------------- | |
| // Core | |
| .btn { | |
| display: inline-block; |
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
| //---------------------------------------------------------------------------- | |
| // base.scss | |
| // Imports, settings, and variables | |
| //---------------------------------------------------------------------------- | |
| // --------------------------------------------------------------------------- | |
| // Imports | |
| @import "susy"; |
NewerOlder