Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

ON HOLD: STIJ-183: POC - footer with CSS Grid and flexbox fallback. #156

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

meirege
Copy link
Contributor

@meirege meirege commented Nov 28, 2017

Description

POC of using CSS Grid in a component like the footer.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated the CHANGELOG accordingly.
  • I have read the CONTRIBUTING document.

@meirege meirege self-assigned this Nov 28, 2017
.sass-lint.yml Outdated
@@ -33,7 +33,7 @@ rules:
no-debug: 2
# We use sizes in rem followed by px for these
no-duplicate-properties:
- 2
- 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please exclude the display in this rule instead of changing the error level

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

.db-block-partnership {
@include desktop {
margin-top: 12.5rem;
.footer--column:last-child {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alignment of the molecule should me added on the molecule itself, not on the grid system.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@meirege meirege added this to the 3.0.0 milestone Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants