Skip to content

Commit

Permalink
Merge branch 'master' into 72-main-nav
Browse files Browse the repository at this point in the history
* master:
  Grids (#271)
  minor fixes to some of the comments in SCSS files. (#278)

# Conflicts:
#	core/css/decanter.css
#	core/scss/core/index.scss
  • Loading branch information
yvonnetangsu committed Jan 16, 2019
2 parents 09238b7 + 5111eaa commit 58603a0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 329 deletions.
325 changes: 0 additions & 325 deletions core/css/decanter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/scss/components/hero/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $_su-hero-height: (
//
// A hero block that can be either an image or a video with some overlay text.
//
// Experimental: The youtube player has not been finished.
// Experimental: The YouTube player has not been finished.
//
// .su-hero--youtube - A youtube video in the background.
// .su-hero--youtube - A YouTube video in the background.
//
// Markup: ../templates/components/hero/hero.twig
//
Expand Down
14 changes: 14 additions & 0 deletions core/scss/core/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
//
// Style guide: Core

// Fonts
//
// Primary and secondary fonts from Stanford branding guidelines.
//
// Markup: ../../templates/core/fonts/fonts.twig
//
// Style guide: Core.Fonts

// Grid
//
// Markup: ../../templates/core/grid/grid.twig
//
// Style guide: Core.Grid

// Helpers
//
// Helper partials.
Expand Down
2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/cta/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// CTA
//
// Mixin for CTA
// Mixins for Call-To-Action Block (CTA)
//
// Style guide: Mixins.CTA
//
Expand Down
2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/icons-logos/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// Icons and Logos
//
// A collection of mixins for icons and logos.
// Mixins for Icons and Logos
//
// Styleguide: Mixins.Icons & Logos

Expand Down

0 comments on commit 58603a0

Please sign in to comment.