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.
- Loading branch information
Showing
12 changed files
with
9,005 additions
and
27 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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/2.0.0-alpha/materialize-v2.0.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/2.0.1-alpha/materialize-v2.0.1-alpha.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/2.0.0-alpha/materialize-src-v2.0.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/2.0.1-alpha/materialize-src-v2.0.1-alpha.zip">Source<i class="material-icons right">file_download</i></a> | ||
</div> | ||
</div> | ||
|
||
|
@@ -51,10 +51,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].0-alpha/dist/css/materialize.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].1-alpha/dist/css/materialize.min.css"> | ||
|
||
<!-- Compiled and minified JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].0-alpha/dist/js/materialize.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected].1-alpha/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
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
Binary file not shown.
Binary file not shown.