-
Notifications
You must be signed in to change notification settings - Fork 29
Initialize version two #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
geoffrey-eisenbarth
wants to merge
12
commits into
bigskysoftware:dev
Choose a base branch
from
geoffrey-eisenbarth:two
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1e9af86
Remove theme utilites, closes #151
geoffrey-eisenbarth bc68ec1
Rename flex utils, closes #95
geoffrey-eisenbarth 4590c2d
Remove .primary font, closes #90
geoffrey-eisenbarth 8a8aee1
Remove .all:initial, closes #88
geoffrey-eisenbarth b532a34
Remove --rhythm, closes #83
geoffrey-eisenbarth 65e369b
Remove grid system, closes #99
geoffrey-eisenbarth c2dbdae
Remove .big, closes #160
geoffrey-eisenbarth 23560ea
Default to .nested-list, closes #30
geoffrey-eisenbarth cf3fa66
Add border-radius to .border
geoffrey-eisenbarth 14b7f8b
calc typo
geoffrey-eisenbarth e17a59e
Add new grid helpers, closes #161
geoffrey-eisenbarth 6ed6280
Merge branch 'dev' into two
geoffrey-eisenbarth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Migration guide | ||
|
|
||
|
|
||
| The migration guide is a work in progress. | ||
|
|
||
|
|
||
| ## Removed classes | ||
| - `.-dark-theme`: Set `html { color-sheme: dark; }` instead. | ||
| - `.-no-light-theme`: Set `html { color-sheme: light; }` instead. | ||
| - `.all:initial` | ||
| - `.grid`: Use new helper, **TODO** | ||
| - `.nested-list`: This utility class is now the default (nested `<ul>` and `<ol>` do not get extra spacing). To get the old behavior, add `.margin-block` to the nested `<ul>` or `<ol>`. | ||
|
|
||
| ## Renamed classes | ||
| - `.f-row` -> `.flex-row` | ||
| - `.f-col` -> `.flex-col` | ||
| - `.f-switch` -> `.flex-switch` | ||
| - `.primary-font` -> `.main-font` | ||
| - `.big` -> `.<big>` | ||
|
|
||
| ## Removed variables | ||
| - `--rhythm`: Set a value for the `line-height`{.token .attr-name} property on the `html` element instead. | ||
| - `--grid-row-width`: | ||
| - `--grid-col-width`: | ||
|
|
||
|
|
||
| ## Rename variables | ||
| - `--f-switch-threshold` -> `--flex-switch-threshold` | ||
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor spelling mistake