-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from johnotander/implement-new-grid
Implement new grid with rework-flex-grid
- Loading branch information
Showing
10 changed files
with
353 additions
and
177 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Furtive Changelog | ||
|
||
## 2.0.0 Replace the flex grid | ||
|
||
The grid now uses the following, 6 column grid system with md, lg breakpoints: | ||
|
||
```scss | ||
.grd { /* ... */ } | ||
.grd-row { /* ... */ } | ||
.grd-row-col-1-6 { /* ... */ } | ||
.grd-row-col-2-6 { /* ... */ } | ||
.grd-row-col-3-6 { /* ... */ } | ||
.grd-row-col-4-6 { /* ... */ } | ||
.grd-row-col-5-6 { /* ... */ } | ||
.grd-row-col-6 { /* ... */ } | ||
|
||
.grid-row-col-3-6--md { /* ... */ } | ||
.grid-row-col-3-6--lg { /* ... */ } | ||
``` | ||
|
||
The class naming scheme has slightly changed, ensuring the lowest specificity possible. | ||
|
||
## 1.0.2 Last version before breaking grid changes | ||
|
||
<https://github.com/johnotander/furtive/releases/tag/1.0.2> | ||
|
||
## 1.0.0 Initial release | ||
|
||
The first implementation of Furtive. |
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.