This repository was archived by the owner on Jan 6, 2022. It is now read-only.
generated from TryGhost/Starter
-
Notifications
You must be signed in to change notification settings - Fork 11
Tag implementation #302
Open
DaDevChia
wants to merge
26
commits into
master
Choose a base branch
from
pill-tag-implementation
base: master
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
Tag implementation #302
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e27d5c1
Implemented initial version
DaDevChia 0992af9
removed unecessary elements
DaDevChia 47e7588
removed underline
DaDevChia 9184a02
changes
DaDevChia 65ea518
page-stories.hbs: Implement "Load More" button (#274)
wei2912 433df46
fixes applied
DaDevChia 049ff01
Interim
DaDevChia cebfe5c
updated implementation
DaDevChia 50a96a9
reverted border to 2
DaDevChia d2684c3
final implementation
DaDevChia c7c675c
build(deps): bump gulp-postcss from 9.0.0 to 9.0.1
dependabot[bot] 4f8742d
removed underline and added shadow
DaDevChia ec37f62
Use Alpine JS for Templating Event Cards (#306)
Hackin7 27704b8
Implemented initial version
DaDevChia 83ec775
removed unecessary elements
DaDevChia 8f03403
removed underline
DaDevChia 1a17733
changes
DaDevChia fb7b4ec
fixes applied
DaDevChia 9973823
Interim
DaDevChia 99be361
updated implementation
DaDevChia 23b1585
reverted border to 2
DaDevChia a1e9e08
final implementation
DaDevChia eaba593
removed underline and added shadow
DaDevChia 7d82d08
Merge branch 'pill-tag-implementation' of https://github.com/Advisory…
DaDevChia 65e4130
Changes
DaDevChia d5ed851
Squash and Rebase from Master (#310)
DaDevChia 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
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 |
|---|---|---|
|
|
@@ -8,7 +8,17 @@ module.exports = { | |
| ], | ||
| darkMode: false, // or 'media' or 'class' | ||
| theme: { | ||
| extend: {}, | ||
| extend: { | ||
| typography: { | ||
| DEFAULT: { | ||
| css: { | ||
| a: { | ||
| textDecoration: "none", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not a big fan of this as it leaves users with no visual indication of hyperlinks, and makes life difficult if we don't use other colours to distinguish.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we revert the changes in
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| }, | ||
| }, | ||
| }, | ||
| }, | ||
| }, | ||
| variants: { | ||
| extend: {}, | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.