Deploying demo page
This commit is contained in:
parent
3200d67830
commit
e9380f1e1b
2 changed files with 3 additions and 2 deletions
|
@ -176,4 +176,5 @@
|
|||
- Split some fixes into generic and button-specific.
|
||||
- Moved `::-webkit-file-upload-button` fixes to the `button` module.
|
||||
- Proof-of-concept for `button` module defaults and core, file input is not styled yet (will be done via label hack).
|
||||
- *TODO* Softcode the `button` module's defaults, add extra styles, classes etc.
|
||||
- *TODO* Softcode the `button` module's defaults, add extra styles, classes etc.
|
||||
- Deployed live demo with hardcoded buttons to test.
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
||||
<!-- Live demo styled as of 20161021 -->
|
||||
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/c9d597fac2ede99d97850a5c1f150714e1cacf0e/flavors/v2/mini-default.min.css"> -->
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/3200d67830c20cee2ff3584198552a55e9b8d02d/flavors/v2/mini-default.min.css">
|
||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
||||
<style>
|
||||
#top-logo {
|
||||
|
|
Loading…
Add table
Reference in a new issue