-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from materializecss/v2-dev
Release 2.1.1
- Loading branch information
Showing
6 changed files
with
874 additions
and
3,480 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ <h5>Materialize</h5> | |
tabindex="0" | ||
id="download-source" | ||
class="btn filled waves-effect waves-light icon-right" | ||
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-v2.1.0.zip" | ||
href="https://github.com/materializecss/materialize/releases/download/v2.1.1/materialize-v2.1.1.zip" | ||
> | ||
Materialize<i class="material-icons">file_download</i> | ||
</a> | ||
|
@@ -46,7 +46,7 @@ <h5>Sass</h5> | |
tabindex="0" | ||
id="download-sass" | ||
class="btn outlined waves-effect waves-light icon-right" | ||
href="https://github.com/materializecss/materialize/releases/download/2.1.0/materialize-src-v2.1.0.zip" | ||
href="https://github.com/materializecss/materialize/releases/download/v2.1.1/materialize-src-v2.1.1.zip" | ||
> | ||
Source<i class="material-icons right">file_download</i> | ||
</a> | ||
|
@@ -55,10 +55,10 @@ <h5>Sass</h5> | |
|
||
<div class="is-closed" id="download-thanks"> | ||
<div class="card p-3 mt-3"> | ||
<p class="primary-text"><b>Thank you for downloading!</b></p> | ||
<p class="m-0 primary-text"><b>Support our work</b></p> | ||
<p class="caption"> | ||
We hope you find Materialize useful in your next project. We would appreciate if you help us spread the word about Materialize by giving us a star or support | ||
our work. | ||
Thank you for downloading. We hope you find Materialize useful in your next project. We would appreciate if you help us spread the word about Materialize by | ||
giving us a star or support our work. | ||
</p> | ||
<div class="row"> | ||
<a href="https://github.com/materializecss/materialize" target="_blank"> | ||
|
@@ -80,9 +80,9 @@ <h5>CDN</h5> | |
<span class="copyMessage">Copied!</span> | ||
<i class="material-icons copyButton">content_copy</i> | ||
<code class="language-html copiedText"><xmp><!-- Compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].0/dist/css/materialize.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].1/dist/css/materialize.min.css"> | ||
<!-- Compiled and minified JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].0/dist/js/materialize.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].1/dist/js/materialize.min.js"></script> | ||
</xmp></code></pre> | ||
</div> | ||
<div class="col s12"> | ||
|
Submodule materialize
updated
85 files
This file contains 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.