forked from Dogfalo/materialize
-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 #258 from Smankusors/release-1.1.0
Release 1.1.0
- Loading branch information
Showing
12 changed files
with
18,030 additions
and
5,050 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,12 +23,12 @@ <h3 class="header">Download</h3> | |
<div class="col s12 m6"> | ||
<h5>Materialize</h5> | ||
<p>This is the standard version that comes with both the minified and unminified CSS and JavaScript files. This option requires little to no setup. Use this if you are unfamiliar with Sass.</p> | ||
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-v1.1.0-alpha.zip">Materialize<i class="material-icons right">file_download</i></a> | ||
<a id="download-source" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0/materialize-v1.1.0.zip">Materialize<i class="material-icons right">file_download</i></a> | ||
</div> | ||
<div class="col s12 m6"> | ||
<h5>Sass</h5> | ||
<p>This version contains the source SCSS files. By choosing this version you have more control over which components to include. You will need a Sass compiler if you choose this option.</p> | ||
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0-alpha/materialize-src-v1.1.0-alpha.zip">Source<i class="material-icons right">file_download</i></a> | ||
<a id="download-sass" class="btn waves-effect waves-light" href="https://github.com/materializecss/materialize/releases/download/1.1.0/materialize-src-v1.1.0.zip">Source<i class="material-icons right">file_download</i></a> | ||
</div> | ||
<div class="col s12"> | ||
<br> | ||
|
@@ -39,10 +39,10 @@ <h5>CDN</h5> | |
<i class="material-icons copyButton">content_copy</i> | ||
<code class="language-markup copiedText"> | ||
<!-- Compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]-alpha/dist/css/materialize.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/css/materialize.min.css"> | ||
|
||
<!-- Compiled and minified JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]-alpha/dist/js/materialize.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/js/materialize.min.js"></script> | ||
</code></pre> | ||
</div> | ||
<div class="col s12"> | ||
|
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
Binary file not shown.
Binary file not shown.