Skip to content

Commit

Permalink
update readme and index page of docs; update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpinero committed Nov 4, 2019
1 parent 258ec34 commit 0023997
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tyfy Bootstrap

_this is a pre-release package for testing_
# Tyfy Bootstrap v1.0.0

> “Peanut butter and jelly, Riggs and Murtaugh, Sonny and Cher, Tyfy and Bootstrap 4”
Tyfy Bootstrap is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the Tyfy framework are combined Bootstrap's grid system and user interface components.
Tyfy Bootstrap (TYBS) is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the [TYFY framework](http://aaronpinero.net/tyfy/docs/index.html) are combined with Bootstrap's grid system and user interface components.

TYBS has been created according to [Bootstrap's theming guide](https://getbootstrap.com/docs/4.3/getting-started/theming/). Modules from the TYFY framework add variables and functions that are used to help customize Bootstrap's SASS variables.

Tyfy Bootstrap has been created according to Bootstrap's theming guide. Modules from the Tyfy framework add variables and functions that are used to help customize Bootstrap's SASS variables.
TYBS overrides some Bootstrap styles to help TYFY blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little change to the HTML structure or class attributes.

Tyfy Bootstrap overrides some Bootstrap styles to help Tyfy blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little or no change to the HTML structure or class attributes.
[See Examples](http://aaronpinero.net/tybs/docs/index.html)
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="display-2">Tyfy Bootstrap</h1>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-xl-7">
<p class="lead">Tyfy Bootstrap (<strong class="tyfy">TyBs</strong>) is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p class="lead">Tyfy Bootstrap (<strong class="tyfy">TyBs</strong>) is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs/index.html"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p><strong class="tyfy">TyBs</strong> has been created according to Bootstrap's <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">theming guide</a>. Modules from the <strong class="tyfy">Tyfy</strong> framework add variables and functions that are used to help customize Bootstrap's SASS variables.</p>
<p><strong class="tyfy">TyBs</strong> overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little change to the HTML structure or class attributes.</p>
<ul class="list-inline"><li class="list-inline-item"><a href="startup.html" class="btn btn-primary" role="button">Get Started <i class="far fa-hand-point-right ml-1"></i></a></li><li class="list-inline-item"><a href="examples.html" class="btn btn-primary" role="button">Examples <i class="fas fa-cube ml-1"></i></a></li></ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 class="display-2">Tyfy Bootstrap</h1>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-xl-7">
<p class="lead">Tyfy Bootstrap (<strong class="tyfy">TyBs</strong>) is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p class="lead">Tyfy Bootstrap (<strong class="tyfy">TyBs</strong>) is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs/index.html"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p><strong class="tyfy">TyBs</strong> has been created according to Bootstrap's <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">theming guide</a>. Modules from the <strong class="tyfy">Tyfy</strong> framework add variables and functions that are used to help customize Bootstrap's SASS variables.</p>
<p><strong class="tyfy">TyBs</strong> overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little change to the HTML structure or class attributes.</p>
<ul class="list-inline"><li class="list-inline-item"><a href="startup.html" class="btn btn-primary" role="button">Get Started <i class="far fa-hand-point-right ml-1"></i></a></li><li class="list-inline-item"><a href="examples.html" class="btn btn-primary" role="button">Examples <i class="fas fa-cube ml-1"></i></a></li></ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tyfy-bootstrap",
"version": "0.3.0",
"version": "1.0.0",
"description": "A Tyfy-based theme for Bootstrap 4",
"main": "docs/index.html",
"scripts": {
Expand Down

0 comments on commit 0023997

Please sign in to comment.