Skip to content

Commit

Permalink
Remove roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed Apr 20, 2018
1 parent a3f64cb commit e56ceca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Because these components will require additional markup (some may require additi
- [Content](#content)
- [Documentation](#documentation)
- [Quick start](#quick-start)
- [Roadmap](#roadmap)

## Content

Expand Down Expand Up @@ -83,17 +82,3 @@ Several quick start options are available:
- Download the [latest release](https://github.com/Daemonite/material/releases)
- Install with [bower](https://bower.io/): `bower install daemonite-material`
- Install with [npm](https://www.npmjs.com/): `npm install daemonite-material`

## Roadmap

### Near-term

Bug fixes and updates alongside Bootstrap 4's continuous releases.

### Mid-term

Add missing support for some Google Material Design components (e.g. snackbars).

### Long-term

Rewrite all JavaScript plugins in ES6 to take advantage of the newest JavaScript enhancements.
21 changes: 0 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ <h2 class="text-primary">Introduction</h2>
<p>
<a href="#doc_index_content_principles">Principles</a>
</p>
<p>
<a href="#doc_index_content_roadmap">Roadmap</a>
</p>
</div>

<div class="mb-5" id="doc_index_content_goals">
Expand Down Expand Up @@ -136,24 +133,6 @@ <h4 class="text-secondary typography-subheading">JavaScript</h4>
</div>
</div>
</div>

<div class="mb-5" id="doc_index_content_roadmap">
<h3 class="text-primary">Roadmap</h3>
<div class="row">
<div class="col-md-4 mt-4">
<h4 class="text-secondary typography-subheading">Near-term</h4>
<p>Bug fixes and updates alongside Bootstrap 4's continuous releases.</p>
</div>
<div class="col-md-4 mt-4">
<h4 class="text-secondary typography-subheading">Mid-term</h4>
<p>Add missing support for some Google Material Design components (e.g. snackbars).</p>
</div>
<div class="col-md-4 mt-4">
<h4 class="text-secondary typography-subheading">Long-term</h4>
<p>Rewrite all JavaScript plugins in ES6 to take advantage of the newest JavaScript enhancements.</p>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit e56ceca

Please sign in to comment.