Skip to content
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

v1.0.0-alpha3 prep #143

Merged
merged 4 commits into from
Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>

# 200+ icons
# 500+ icons

![Bootstrap Icons full set](https://user-images.githubusercontent.com/98681/69751498-12224a80-1104-11ea-9dd6-6f162a8a2566.png)
![Bootstrap Icons full set](https://user-images.githubusercontent.com/98681/77025215-bea36900-694d-11ea-9f2d-68485c4a2543.png)

[Also available in Figma.](https://www.figma.com/file/0xfDVFogWu6g15bVOvBzxS/Bootstrap-Icons-v1.0.0-alpha2)
[Also available in Figma.](https://www.figma.com/file/NKZWcfR2T3FU0I7fNLqFvI/Bootstrap-Icons-v1.0.0-alpha3)

# Install

Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png

package_version: "1.0.0-alpha2"
package_version: "1.0.0-alpha3"
package_repo: "https://github.com/twbs/icons"

current_version: "4.4.1"
Expand Down
14 changes: 13 additions & 1 deletion docs/assets/scss/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.highlight {
pre {
padding: 1.5rem;
padding: 1.25rem;
margin-bottom: 1.5rem;
background-color: rgba(0, 0, 0, .025);
border-radius: .25rem;
Expand All @@ -18,6 +18,18 @@
}
}

.bd-example {
padding: 1.25rem;
border: 1px solid rgba(0, 0, 0, .1);
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;

+ .highlight pre {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}

.chroma .dl { color: #4070a0; }
.chroma .c { color: #999; }
.chroma .c1 { color: #999; }
Expand Down
Binary file modified docs/static/assets/img/bootstrap-icons-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
"version": "1.0.0-alpha2",
"version": "1.0.0-alpha3",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",
Expand Down