diff --git a/.DS_Store b/.DS_Store index e333cde..9c27436 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 8ee2271..d537641 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,37 @@ ### Rocket CSS is an open source, lightweight CSS framework built using Flexbox. -Rocket CSS is a small, lightweight CSS-only framework that allows you to quickly build web applications without the hassle of remembering 1,000s of classes. Unlike other CSS frameworks like Twitter Bootstrap, Rocket CSS comes with a handful of simple components which are all prefixed with the class .rkt- which makes it easier to integrate Rocket CSS into an existing site. +Rocket CSS is a small, lightweight CSS-only framework that allows you to quickly build web applications without the hassle of remembering 1,000s of classes. Unlike other CSS frameworks like Twitter Bootstrap, Rocket CSS comes with a handful of simple components which are all prefixed with the class `.rkt-` which makes it easier to integrate Rocket CSS into an existing site. ## Getting Started Please visit the Rocket CSS site to get started: https://sts-ryan-holton.github.io/rocket-css/ +## Browser Support + +Rocket CSS aims to support modern browsers. If you're using an older version than listed below, or your browser isn't listed, there's likely little support for this browser. + +``` +browsers: [ + "last 2 versions", + ">= 0.2%", + "Chrome >= 55", + "Firefox >= 54", + "iOS >= 10", + "Safari >= 10", + "Android >= 4.4" +] +``` + ## Issues -Submit a new relevant issue here: https://github.com/sts-ryan-holton/rocket-css/issues +Submit a new relevant issue here: https://github.com/sts-ryan-holton/rocket-css/issues/new?template=bug_report.md **Please be sure to search open issues first.** ## Feature Requests -If you have a feature request, please submit one here: https://github.com/sts-ryan-holton/rocket-css/issues/new +If you have a feature request, please submit one here: https://github.com/sts-ryan-holton/rocket-css/issues/new?template=feature_request.md ## License diff --git a/assets/.DS_Store b/assets/.DS_Store index cfae263..150e2cd 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss index 5d62960..2ea5561 100644 --- a/assets/scss/_buttons.scss +++ b/assets/scss/_buttons.scss @@ -46,6 +46,7 @@ p { .rkt-btn-block { display: block; + width: 100%; } .rkt-btn-primary { @@ -128,6 +129,16 @@ p { } } +.rkt-btn-black { + background-color: $black; + border-color: $black; + color: $white; + &:hover, &:focus { + background-color: darken($black, 5%); + border-color: darken($black, 5%); + } +} + .rkt-btn-white { background-color: $white; border-color: $white; @@ -218,6 +229,16 @@ p { } } +.rkt-btn-outline-black { + background-color: transparent; + border-color: $black; + color: $black; + &:hover, &:focus { + border-color: darken($black, 5%); + color: darken($black, 5%); + } +} + .rkt-btn-outline-white { background-color: transparent; border-color: $white; diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss deleted file mode 100644 index e69de29..0000000 diff --git a/assets/scss/_utilities.scss b/assets/scss/_utilities.scss index c899aad..a6a677d 100644 --- a/assets/scss/_utilities.scss +++ b/assets/scss/_utilities.scss @@ -29,11 +29,11 @@ figure.rkt-highlight { } } -.w-100 { +.rkt-w-100 { width: 100%; } -.h-100 { +.rkt-h-100 { height: 100%; } diff --git a/assets/scss/rocketcss-theme.scss b/assets/scss/rocketcss-theme.scss index 98b69dd..2151de8 100644 --- a/assets/scss/rocketcss-theme.scss +++ b/assets/scss/rocketcss-theme.scss @@ -92,6 +92,16 @@ } } +@media (max-width: 992px) { + + .rkt-highlight-code { + pre { + overflow-x: auto; + } + } + +} + @media (max-width: 576px) { .rkt-home-buttons { diff --git a/assets/scss/rocketcss.scss b/assets/scss/rocketcss.scss index 3510791..b6b8500 100644 --- a/assets/scss/rocketcss.scss +++ b/assets/scss/rocketcss.scss @@ -1,6 +1,13 @@ +/* +Name: Rocket CSS +Author: Ryan Holton +Version: 1.0.0 +Github: https://github.com/sts-ryan-holton/rocket-css +Website: https://sts-ryan-holton.github.io/rocket-css/ +*/ + // Base @import 'variables'; -@import 'mixins'; @import 'normalize'; @import 'resets'; diff --git a/components/docs-nav.vue b/components/docs-nav.vue index c4143ca..15e6b31 100644 --- a/components/docs-nav.vue +++ b/components/docs-nav.vue @@ -11,7 +11,6 @@
Layout -
diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000..47bd31b Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/200.html b/docs/200.html index 99d0948..da0eaa0 100644 --- a/docs/200.html +++ b/docs/200.html @@ -1,9 +1,9 @@ - Rocket CSS + Rocket CSS - simple, lightweight CSS framework built using Flexbox
- + diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 5b8ddd4..0000000 --- a/docs/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# STATIC - -This directory contains your static files. -Each file inside this directory is mapped to /. - -Example: /static/robots.txt is mapped as /robots.txt. - -More information about the usage of this directory in the documentation: -https://nuxtjs.org/guide/assets#static - -**This directory is not required, you can delete it if you don't want to use it.** - diff --git a/docs/_nuxt/app.3f116e4dbbdbb948d7d1.js b/docs/_nuxt/app.3f116e4dbbdbb948d7d1.js new file mode 100644 index 0000000..a766998 --- /dev/null +++ b/docs/_nuxt/app.3f116e4dbbdbb948d7d1.js @@ -0,0 +1 @@ +webpackJsonp([11],{"+6bD":function(t,e,r){(t.exports=r("FZ+f")(!1)).push([t.i,".__nuxt-error-page{padding:16px;padding:1rem;background:#f7f8fb;color:#47494e;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-weight:100!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;position:absolute;top:0;left:0;right:0;bottom:0}.__nuxt-error-page .error{max-width:450px}.__nuxt-error-page .title{font-size:24px;font-size:1.5rem;margin-top:15px;color:#47494e;margin-bottom:8px}.__nuxt-error-page .description{color:#7f828b;line-height:21px;margin-bottom:10px}.__nuxt-error-page a{color:#7f828b!important;text-decoration:none}.__nuxt-error-page .logo{position:fixed;left:12px;bottom:12px}",""])},"0F0d":function(t,e,r){"use strict";e.a={name:"no-ssr",props:["placeholder"],data:function(){return{canRender:!1}},mounted:function(){this.canRender=!0},render:function(t){return this.canRender?this.$slots.default&&this.$slots.default[0]:t("div",{class:["no-ssr-placeholder"]},this.$slots.placeholder||this.placeholder)}}},"3jlq":function(t,e,r){var n=r("+6bD");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);r("rjj0")("6d1a80a3",n,!1,{sourceMap:!1})},"5gg5":function(t,e,r){"use strict";e.a={name:"nuxt-error",props:["error"],head:function(){return{title:this.message,meta:[{name:"viewport",content:"width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"}]}},computed:{statusCode:function(){return this.error&&this.error.statusCode||500},message:function(){return this.error.message||"Error"}}}},F88d:function(t,e,r){"use strict";var n=r("tapN"),o=r("P+aQ"),i=!1;var a=function(t){i||r("xi6o")},s=r("VU/8")(n.a,o.a,!1,a,null,null);s.options.__file=".nuxt/components/nuxt-loading.vue",e.a=s.exports},"HBB+":function(t,e,r){"use strict";e.a={name:"nuxt-child",functional:!0,props:["keepAlive"],render:function(t,e){var r=e.parent,i=e.data,a=e.props;i.nuxtChild=!0;for(var s=r,c=r.$nuxt.nuxt.transitions,l=r.$nuxt.nuxt.defaultTransition,d=0;r;)r.$vnode&&r.$vnode.data.nuxtChild&&d++,r=r.$parent;i.nuxtChildDepth=d;var u=c[d]||l,p={};n.forEach(function(t){void 0!==u[t]&&(p[t]=u[t])});var f={};o.forEach(function(t){"function"==typeof u[t]&&(f[t]=u[t].bind(s))});var m=f.beforeEnter;f.beforeEnter=function(t){if(window.$nuxt.$emit("triggerScroll"),m)return m.call(s,t)};var b=[t("router-view",i)];return void 0!==a.keepAlive&&(b=[t("keep-alive",b)]),t("transition",{props:p,on:f},b)}};var n=["name","mode","appear","css","type","duration","enterClass","leaveClass","appearClass","enterActiveClass","enterActiveClass","leaveActiveClass","appearActiveClass","enterToClass","leaveToClass","appearToClass"],o=["beforeEnter","enter","afterEnter","enterCancelled","beforeLeave","leave","afterLeave","leaveCancelled","beforeAppear","appear","afterAppear","appearCancelled"]},"Hot+":function(t,e,r){"use strict";var n=r("/5sW"),o=r("HBB+"),i=r("ct3O"),a=r("YLfZ");e.a={name:"nuxt",props:["nuxtChildKey","keepAlive"],render:function(t){return this.nuxt.err?t("nuxt-error",{props:{error:this.nuxt.err}}):t("nuxt-child",{key:this.routerViewKey,props:this.$props})},beforeCreate:function(){n.default.util.defineReactive(this,"nuxt",this.$root.$options.nuxt)},computed:{routerViewKey:function(){if(void 0!==this.nuxtChildKey||this.$route.matched.length>1)return this.nuxtChildKey||Object(a.b)(this.$route.matched[0].path)(this.$route.params);var t=this.$route.matched[0]&&this.$route.matched[0].components.default;return t&&t.options&&t.options.key?"function"==typeof t.options.key?t.options.key(this.$route):t.options.key:this.$route.path}},components:{NuxtChild:o.a,NuxtError:i.a}}},MTvi:function(t,e,r){(t.exports=r("FZ+f")(!1)).push([t.i,"/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,html,input,select textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1em}a,button{text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.rkt-container{max-width:1140px}.rkt-container,.rkt-container-fluid{width:100%;margin-left:auto;margin-right:auto}.rkt-container-fluid{max-width:100%}.rkt-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rkt-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding:.75em}.rkt-col-is-one-quarter{width:25%}.rkt-col-is-half,.rkt-col-is-one-quarter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rkt-col-is-half{width:50%}.rkt-col-is-three-quarters{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-visibility-hide{visibility:hidden}.rkt-visibility-show{visibility:visible}code{font-size:100%;color:#2196f3;word-break:break-word;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}figure.rkt-highlight{background-color:#f5f5f5;padding:1em;margin:0;margin-top:1em;margin-bottom:1em}.rkt-highlight-code pre{margin-top:0}.w-100{width:100%}.h-100{height:100%}.rkt-d-none{display:none}.rkt-d-block{display:block}.rkt-d-inline-block{display:inline-block}.rkt-d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-text-primary{color:#2196f3}.rkt-text-secondary{color:#607d8b}.rkt-text-success{color:#4caf50}.rkt-text-warning{color:#ffc107}.rkt-text-danger{color:#f44336}.rkt-text-info{color:#2196f3}.rkt-text-dark{color:#555}.rkt-text-muted{color:#bbb}.rkt-text-light{color:#f5f5f5}.rkt-text-white{color:#fff}.rkt-text-black{color:#000}.rkt-bg-primary{background-color:#2196f3}.rkt-bg-secondary{background-color:#607d8b}.rkt-bg-success{background-color:#4caf50}.rkt-bg-warning{background-color:#ffc107}.rkt-bg-danger{background-color:#f44336}.rkt-bg-info{background-color:#2196f3}.rkt-bg-dark{background-color:#555}.rkt-bg-light{background-color:#f5f5f5}.rkt-bg-white{background-color:#fff}.rkt-bg-black{background-color:#000}.rkt-list li,p{line-height:1.75em;font-size:1em;margin-top:5px;margin-bottom:15px;color:#555}.rkt-lead{font-size:1.1em;line-height:1.8em}h1,h2,h3,h4,h5,h6{color:#555;line-height:1.45em}.rkt-font-weight-light{font-weight:100}.rkt-font-weight-normal{font-weight:400}.rkt-font-weight-bold{font-weight:700}.rkt-text-lowercase{text-transform:lowercase}.rkt-text-uppercase{text-transform:uppercase}.rkt-text-center{text-align:center}.rkt-text-left{text-align:left}.rkt-text-right{text-align:right}a{color:#2196f3;cursor:pointer}p a:hover{text-decoration:underline}.rkt-btn{display:inline-block;text-align:center;font-weight:400;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:.15px;border:1px solid transparent;padding:6px 12px;padding:.7em 1.2em;font-size:.9em;cursor:pointer}.rkt-btn-rounded{border-radius:50px}.rkt-btn-small{padding:.6em .8em;font-size:.8em}.rkt-btn-medium{padding:.8em 1.6em;font-size:1em}.rkt-btn-large{padding:.9em 2em;font-size:1.1em}.rkt-btn-block{display:block}.rkt-btn-primary{background-color:#2196f3;border-color:#2196f3;color:#fff}.rkt-btn-primary:focus,.rkt-btn-primary:hover{background-color:#0d8aee;border-color:#0d8aee}.rkt-btn-secondary{background-color:#607d8b;border-color:#607d8b;color:#fff}.rkt-btn-secondary:focus,.rkt-btn-secondary:hover{background-color:#566f7c;border-color:#566f7c}.rkt-btn-success{background-color:#4caf50;border-color:#4caf50;color:#fff}.rkt-btn-success:focus,.rkt-btn-success:hover{background-color:#449d48;border-color:#449d48}.rkt-btn-warning{background-color:#ffc107;border-color:#ffc107;color:#fff}.rkt-btn-warning:focus,.rkt-btn-warning:hover{background-color:#edb100;border-color:#edb100}.rkt-btn-danger{background-color:#f44336;border-color:#f44336;color:#fff}.rkt-btn-danger:focus,.rkt-btn-danger:hover{background-color:#f32c1e;border-color:#f32c1e}.rkt-btn-info{background-color:#2196f3;border-color:#2196f3;color:#fff}.rkt-btn-info:focus,.rkt-btn-info:hover{background-color:#0d8aee;border-color:#0d8aee}.rkt-btn-dark{background-color:#555;border-color:#555;color:#fff}.rkt-btn-dark:focus,.rkt-btn-dark:hover{background-color:#484848;border-color:#484848}.rkt-btn-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#dcdcdc}.rkt-btn-light:focus,.rkt-btn-light:hover{background-color:#e8e8e8;border-color:#e8e8e8}.rkt-btn-white{background-color:#fff;border-color:#fff;color:#555}.rkt-btn-white:focus,.rkt-btn-white:hover{background-color:#f2f2f2;border-color:#f2f2f2}.rkt-btn-outline-primary{background-color:transparent;border-color:#2196f3;color:#2196f3}.rkt-btn-outline-primary:focus,.rkt-btn-outline-primary:hover{border-color:#0d8aee;color:#0d8aee}.rkt-btn-outline-secondary{background-color:transparent;border-color:#607d8b;color:#607d8b}.rkt-btn-outline-secondary:focus,.rkt-btn-outline-secondary:hover{border-color:#566f7c;color:#566f7c}.rkt-btn-outline-success{background-color:transparent;border-color:#4caf50;color:#4caf50}.rkt-btn-outline-success:focus,.rkt-btn-outline-success:hover{border-color:#449d48;color:#449d48}.rkt-btn-outline-warning{background-color:transparent;border-color:#ffc107;color:#ffc107}.rkt-btn-outline-warning:focus,.rkt-btn-outline-warning:hover{border-color:#edb100;color:#edb100}.rkt-btn-outline-danger{background-color:transparent;border-color:#f44336;color:#f44336}.rkt-btn-outline-danger:focus,.rkt-btn-outline-danger:hover{border-color:#f32c1e;color:#f32c1e}.rkt-btn-outline-info{background-color:transparent;border-color:#2196f3;color:#2196f3}.rkt-btn-outline-info:focus,.rkt-btn-outline-info:hover{border-color:#0d8aee;color:#0d8aee}.rkt-btn-outline-dark{background-color:transparent;border-color:#555;color:#555}.rkt-btn-outline-dark:focus,.rkt-btn-outline-dark:hover{border-color:#484848;color:#484848}.rkt-btn-outline-light{background-color:transparent;border-color:#f5f5f5;color:#dcdcdc}.rkt-btn-outline-light:focus,.rkt-btn-outline-light:hover{border-color:#e8e8e8;color:#e8e8e8}.rkt-btn-outline-white{background-color:transparent;border-color:#fff;color:#fff}.rkt-btn-outline-white:focus,.rkt-btn-outline-white:hover{border-color:#f2f2f2;color:#f2f2f2}.rkt-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}.rkt-navbar-light{background-color:#f5f5f5}.rkt-navbar-dark{background-color:#555}.rkt-navbar-primary{background-color:#2196f3}.rkt-navbar-toggle{display:none;position:relative;height:40px;width:40px;padding:0;border:0;outline:none;cursor:pointer;background-color:transparent}.rkt-navbar-toggle:hover{background-color:#e8e8e8}.rkt-navbar-toggle-bar{position:absolute;display:inline-block;top:14px;left:12px;height:1px;width:16px;background-color:#555}.rkt-navbar-toggle-bar:nth-child(2){top:19px}.rkt-navbar-toggle-bar:nth-child(3){top:24px}.rkt-navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0}.rkt-navbar-brand{padding-top:.5em;padding-bottom:.5em;padding-right:1.1em;font-size:1.2em;letter-spacing:.1px}.rkt-nav-link{padding:.5em .7em;font-size:.85em;letter-spacing:.1px;opacity:.8}.rkt-nav-link-active,.rkt-nav-link:hover{opacity:1}.rkt-hero{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5em}.rkt-hero-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:3.5em 1em}.rkt-hero-small .rkt-hero-body{padding-top:1.5em;padding-bottom:1.5em}.rkt-hero-large .rkt-hero-body{padding-top:5.5em;padding-bottom:5.5em}.rkt-hero-extra-large .rkt-hero-body{padding-top:7.5em;padding-bottom:7.5em}.rkt-marginless{margin:0!important}.rkt-m-auto{margin:auto}.rkt-mt-auto{margin-top:auto}.rkt-mr-auto{margin-right:auto}.rkt-mb-auto{margin-bottom:auto}.rkt-ml-auto{margin-left:auto}.rkt-m-t-0{margin-top:0}.rkt-m-t-1{margin-top:.5em}.rkt-m-t-2{margin-top:1.5em}.rkt-m-t-3{margin-top:2.5em}.rkt-m-t-4{margin-top:3.5em}.rkt-m-t-5{margin-top:4.5em}.rkt-m-r-0{margin-right:0}.rkt-m-r-1{margin-right:.5em}.rkt-m-r-2{margin-right:1.5em}.rkt-m-r-3{margin-right:2.5em}.rkt-m-r-4{margin-right:3.5em}.rkt-m-r-5{margin-right:4.5em}.rkt-m-b-0{margin-bottom:0}.rkt-m-b-1{margin-bottom:.5em}.rkt-m-b-2{margin-bottom:1.5em}.rkt-m-b-3{margin-bottom:2.5em}.rkt-m-b-4{margin-bottom:3.5em}.rkt-m-b-5{margin-bottom:4.5em}.rkt-m-l-0{margin-left:0}.rkt-m-l-1{margin-left:.5em}.rkt-m-l-2{margin-left:1.5em}.rkt-m-l-3{margin-left:2.5em}.rkt-m-l-4{margin-left:3.5em}.rkt-m-l-5{margin-left:4.5em}.rkt-m-y-0{margin-top:0;margin-bottom:0}.rkt-m-y-1{margin-top:.5em;margin-bottom:.5em}.rkt-m-y-2{margin-top:1.5em;margin-bottom:1.5em}.rkt-m-y-3{margin-top:2.5em;margin-bottom:2.5em}.rkt-m-y-4{margin-top:3.5em;margin-bottom:3.5em}.rkt-m-y-5{margin-top:4.5em;margin-bottom:4.5em}.rkt-m-x-0{margin-left:0;margin-right:0}.rkt-m-x-1{margin-left:.5em;margin-right:.5em}.rkt-m-x-2{margin-left:1.5em;margin-right:1.5em}.rkt-m-x-3{margin-left:2.5em;margin-right:2.5em}.rkt-m-x-4{margin-left:3.5em;margin-right:3.5em}.rkt-m-x-5{margin-left:4.5em;margin-right:4.5em}.rkt-m-0{margin:0}.rkt-m-1{margin:.5em}.rkt-m-2{margin:1.5em}.rkt-m-3{margin:2.5em}.rkt-m-4{margin:3.5em}.rkt-m-5{margin:4.5em}.rkt-paddingless{padding:0!important}.rkt-p-auto{padding:auto}.rkt-pt-auto{padding-top:auto}.rkt-pr-auto{padding-right:auto}.rkt-pb-auto{padding-bottom:auto}.rkt-pl-auto{padding-left:auto}.rkt-p-t-0{padding-top:0}.rkt-p-t-1{padding-top:.5em}.rkt-p-t-2{padding-top:1.5em}.rkt-p-t-3{padding-top:2.5em}.rkt-p-t-4{padding-top:3.5em}.rkt-p-t-5{padding-top:4.5em}.rkt-p-r-0{padding-right:0}.rkt-p-r-1{padding-right:.5em}.rkt-p-r-2{padding-right:1.5em}.rkt-p-r-3{padding-right:2.5em}.rkt-p-r-4{padding-right:3.5em}.rkt-p-r-5{padding-right:4.5em}.rkt-p-b-0{padding-bottom:0}.rkt-p-b-1{padding-bottom:.5em}.rkt-p-b-2{padding-bottom:1.5em}.rkt-p-b-3{padding-bottom:2.5em}.rkt-p-b-4{padding-bottom:3.5em}.rkt-p-b-5{padding-bottom:4.5em}.rkt-p-l-0{padding-left:0}.rkt-p-l-1{padding-left:.5em}.rkt-p-l-2{padding-left:1.5em}.rkt-p-l-3{padding-left:2.5em}.rkt-p-l-4{padding-left:3.5em}.rkt-p-l-5{padding-left:4.5em}.rkt-p-y-0{padding-top:0;padding-bottom:0}.rkt-p-y-1{padding-top:.5em;padding-bottom:.5em}.rkt-p-y-2{padding-top:1.5em;padding-bottom:1.5em}.rkt-p-y-3{padding-top:2.5em;padding-bottom:2.5em}.rkt-p-y-4{padding-top:3.5em;padding-bottom:3.5em}.rkt-p-y-5{padding-top:4.5em;padding-bottom:4.5em}.rkt-p-x-0{padding-left:0;padding-right:0}.rkt-p-x-1{padding-left:.5em;padding-right:.5em}.rkt-p-x-2{padding-left:1.5em;padding-right:1.5em}.rkt-p-x-3{padding-left:2.5em;padding-right:2.5em}.rkt-p-x-4{padding-left:3.5em;padding-right:3.5em}.rkt-p-x-5{padding-left:4.5em;padding-right:4.5em}.rkt-p-0{padding:0}.rkt-p-1{padding:.5em}.rkt-p-2{padding:1.5em}.rkt-p-3{padding:2.5em}.rkt-p-4{padding:3.5em}.rkt-p-5{padding:4.5em}.rkt-align-top{vertical-align:top}.rkt-align-middle{vertical-align:middle}.rkt-align-bottom{vertical-align:bottom}.rkt-align-baseline{vertical-align:baseline}.rkt-align-text-top{vertical-align:text-top}.rkt-align-text-bottom{vertical-align:text-bottom}.rkt-list{margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none}.rkt-list li{margin-top:5px;margin-bottom:5px;margin-left:25px}.rkt-img-fluid{max-width:100%;height:auto}@media (max-width:1140px){.rkt-marginless-widescreen{margin:0}.rkt-paddingless-widescreen{padding:0}.rkt-is-widescreen,.rkt-row.rkt-is-widescreen,.rkt-row.rkt-is-widescreen .rkt-col{display:block;width:100%}.rkt-col-is-one-quarter-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-is-three-quarters-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-widescreen{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-widescreen{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-widescreen{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-widescreen{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-widescreen{display:none}.rkt-d-block-widescreen{display:block}.rkt-d-inline-block-widescreen{display:inline-block}}@media (max-width:992px){.rkt-marginless-desktop{margin:0}.rkt-paddingless-desktop{padding:0}.rkt-is-desktop,.rkt-row.rkt-is-desktop,.rkt-row.rkt-is-desktop .rkt-col{display:block;width:100%}.rkt-col-is-one-quarter-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-desktop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-desktop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-desktop{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-desktop{display:none}.rkt-d-block-desktop{display:block}.rkt-d-inline-block-desktop{display:inline-block}}@media (max-width:768px){.rkt-marginless-tablet{margin:0}.rkt-paddingless-tablet{padding:0}.rkt-is-tablet,.rkt-row.rkt-is-tablet,.rkt-row.rkt-is-tablet .rkt-col{display:block;width:100%}.rkt-col-is-one-quarter-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-tablet{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-tablet{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-tablet{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-tablet{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-tablet{display:none}.rkt-d-block-tablet{display:block}.rkt-d-inline-block-tablet{display:inline-block}}@media (max-width:576px){.rkt-marginless-mobile{margin:0}.rkt-paddingless-mobile{padding:0}.rkt-is-mobile,.rkt-row.rkt-is-mobile,.rkt-row.rkt-is-mobile .rkt-col{display:block;width:100%}.rkt-col-is-one-quarter-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-mobile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-mobile{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-mobile{display:none}.rkt-d-block-mobile{display:block}.rkt-d-inline-block-mobile{display:inline-block}}",""])},"P+aQ":function(t,e,r){"use strict";var n=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"nuxt-progress",style:{width:this.percent+"%",height:this.height,"background-color":this.canSuccess?this.color:this.failedColor,opacity:this.show?1:0}})};n._withStripped=!0;var o={render:n,staticRenderFns:[]};e.a=o},QhKw:function(t,e,r){"use strict";var n=function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"__nuxt-error-page"},[e("div",{staticClass:"error"},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"90",height:"90",fill:"#DBE1EC",viewBox:"0 0 48 48"}},[e("path",{attrs:{d:"M22 30h4v4h-4zm0-16h4v12h-4zm1.99-10C12.94 4 4 12.95 4 24s8.94 20 19.99 20S44 35.05 44 24 35.04 4 23.99 4zM24 40c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z"}})]),e("div",{staticClass:"title"},[this._v(this._s(this.message))]),404===this.statusCode?e("p",{staticClass:"description"},[e("nuxt-link",{staticClass:"error-link",attrs:{to:"/"}},[this._v("Back to the home page")])],1):this._e(),this._m(0)])])};n._withStripped=!0;var o={render:n,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"logo"},[e("a",{attrs:{href:"https://nuxtjs.org",target:"_blank",rel:"noopener"}},[this._v("Nuxt.js")])])}]};e.a=o},T23V:function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=r("pFYg"),o=r.n(n),i=r("//Fk"),a=r.n(i),s=r("Xxa5"),c=r.n(s),l=r("mvHQ"),d=r.n(l),u=r("exGp"),p=r.n(u),f=r("fZjL"),m=r.n(f),b=r("woOf"),h=r.n(b),k=r("/5sW"),g=r("unZF"),x=r("qcny"),w=r("YLfZ"),y=function(){var t=p()(c.a.mark(function t(e,r,n){var o,i,a=this;return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return this._pathChanged=!!$.nuxt.err||r.path!==e.path,this._queryChanged=d()(e.query)!==d()(r.query),this._diffQuery=this._queryChanged?Object(w.g)(e.query,r.query):[],this._pathChanged&&this.$loading.start&&this.$loading.start(),t.prev=4,t.next=7,Object(w.k)(e);case 7:o=t.sent,!this._pathChanged&&this._queryChanged&&o.some(function(t){var e=t.options.watchQuery;return!0===e||!!Array.isArray(e)&&e.some(function(t){return a._diffQuery[t]})})&&this.$loading.start&&this.$loading.start(),n(),t.next=19;break;case 12:t.prev=12,t.t0=t.catch(4),t.t0=t.t0||{},i=t.t0.statusCode||t.t0.status||t.t0.response&&t.t0.response.status||500,this.error({statusCode:i,message:t.t0.message}),this.$nuxt.$emit("routeChanged",e,r,t.t0),n(!1);case 19:case"end":return t.stop()}},t,this,[[4,12]])}));return function(e,r,n){return t.apply(this,arguments)}}(),v=function(){var t=p()(c.a.mark(function t(e,r,n){var o,i,s,l,d,u,p,f,m=this;return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!1!==this._pathChanged||!1!==this._queryChanged){t.next=2;break}return t.abrupt("return",n());case 2:return o=!1,i=function(t){if(r.path===t.path&&m.$loading.finish&&m.$loading.finish(),r.path!==t.path&&m.$loading.pause&&m.$loading.pause(),!o){o=!0;var e=[];C=Object(w.e)(r,e).map(function(t,n){return Object(w.b)(r.matched[e[n]].path)(r.params)}),n(t)}},t.next=6,Object(w.m)($,{route:e,from:r,next:i.bind(this)});case 6:if(this._dateLastError=$.nuxt.dateErr,this._hadError=!!$.nuxt.err,s=[],(l=Object(w.e)(e,s)).length){t.next=24;break}return t.next=13,T.call(this,l,$.context);case 13:if(!o){t.next=15;break}return t.abrupt("return");case 15:return t.next=17,this.loadLayout("function"==typeof x.a.layout?x.a.layout($.context):x.a.layout);case 17:return d=t.sent,t.next=20,T.call(this,l,$.context,d);case 20:if(!o){t.next=22;break}return t.abrupt("return");case 22:return $.context.error({statusCode:404,message:"This page could not be found"}),t.abrupt("return",n());case 24:return l.forEach(function(t){t._Ctor&&t._Ctor.options&&(t.options.asyncData=t._Ctor.options.asyncData,t.options.fetch=t._Ctor.options.fetch)}),this.setTransitions(z(l,e,r)),t.prev=26,t.next=29,T.call(this,l,$.context);case 29:if(!o){t.next=31;break}return t.abrupt("return");case 31:if(!$.context._errored){t.next=33;break}return t.abrupt("return",n());case 33:return"function"==typeof(u=l[0].options.layout)&&(u=u($.context)),t.next=37,this.loadLayout(u);case 37:return u=t.sent,t.next=40,T.call(this,l,$.context,u);case 40:if(!o){t.next=42;break}return t.abrupt("return");case 42:if(!$.context._errored){t.next=44;break}return t.abrupt("return",n());case 44:if(p=!0,l.forEach(function(t){p&&"function"==typeof t.options.validate&&(p=t.options.validate({params:e.params||{},query:e.query||{}}))}),p){t.next=49;break}return this.error({statusCode:404,message:"This page could not be found"}),t.abrupt("return",n());case 49:return t.next=51,a.a.all(l.map(function(t,r){if(t._path=Object(w.b)(e.matched[s[r]].path)(e.params),t._dataRefresh=!1,m._pathChanged&&t._path!==C[r])t._dataRefresh=!0;else if(!m._pathChanged&&m._queryChanged){var n=t.options.watchQuery;!0===n?t._dataRefresh=!0:Array.isArray(n)&&(t._dataRefresh=n.some(function(t){return m._diffQuery[t]}))}if(!m._hadError&&m._isMounted&&!t._dataRefresh)return a.a.resolve();var o=[],i=t.options.asyncData&&"function"==typeof t.options.asyncData,c=!!t.options.fetch,l=i&&c?30:45;if(i){var d=Object(w.j)(t.options.asyncData,$.context).then(function(e){Object(w.a)(t,e),m.$loading.increase&&m.$loading.increase(l)});o.push(d)}if(c){var u=t.options.fetch($.context);u&&(u instanceof a.a||"function"==typeof u.then)||(u=a.a.resolve(u)),u.then(function(t){m.$loading.increase&&m.$loading.increase(l)}),o.push(u)}return a.a.all(o)}));case 51:o||(this.$loading.finish&&this.$loading.finish(),C=l.map(function(t,r){return Object(w.b)(e.matched[s[r]].path)(e.params)}),n()),t.next=66;break;case 54:return t.prev=54,t.t0=t.catch(26),t.t0||(t.t0={}),C=[],t.t0.statusCode=t.t0.statusCode||t.t0.status||t.t0.response&&t.t0.response.status||500,"function"==typeof(f=x.a.layout)&&(f=f($.context)),t.next=63,this.loadLayout(f);case 63:this.error(t.t0),this.$nuxt.$emit("routeChanged",e,r,t.t0),n(!1);case 66:case"end":return t.stop()}},t,this,[[26,54]])}));return function(e,r,n){return t.apply(this,arguments)}}(),_=function(){var t=p()(c.a.mark(function t(e){var r,n,o,i;return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return $=e.app,j=e.router,t.next=4,a.a.all(q(j));case 4:return r=t.sent,n=new k.default($),o=E.layout||"default",t.next=9,n.loadLayout(o);case 9:if(n.setLayout(o),i=function(){n.$mount("#__nuxt"),k.default.nextTick(function(){F(n)})},n.setTransitions=n.$options.nuxt.setTransitions.bind(n),r.length&&(n.setTransitions(z(r,j.currentRoute)),C=j.currentRoute.matched.map(function(t){return Object(w.b)(t.path)(j.currentRoute.params)})),n.$loading={},E.error&&n.error(E.error),j.beforeEach(y.bind(n)),j.beforeEach(v.bind(n)),j.afterEach(O),j.afterEach(S.bind(n)),!E.serverRendered){t.next=22;break}return i(),t.abrupt("return");case 22:v.call(n,j.currentRoute,j.currentRoute,function(t){if(!t)return O(j.currentRoute,j.currentRoute),A.call(n,j.currentRoute),void i();j.push(t,function(){return i()},function(t){if(!t)return i();console.error(t)})});case 23:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}(),C=[],$=void 0,j=void 0,E=window.__NUXT__||{};function z(t,e,r){var n=function(t){var n=function(t,e){if(!t||!t.options||!t.options[e])return{};var r=t.options[e];if("function"==typeof r){for(var n=arguments.length,o=Array(n>2?n-2:0),i=2;i1&&void 0!==arguments[1]&&arguments[1];return[].concat.apply([],t.matched.map(function(t,r){return m()(t.instances).map(function(n){return e&&e.push(r),t.instances[n]})}))},e.c=y,e.k=v,r.d(e,"h",function(){return _}),r.d(e,"m",function(){return C}),e.i=function t(e,r){if(!e.length||r._redirected||r._errored)return p.a.resolve();return $(e[0],r).then(function(){return t(e.slice(1),r)})},e.j=$,e.d=function(t,e){var r=window.location.pathname;if("hash"===e)return window.location.hash.replace(/^#\//,"");t&&0===r.indexOf(t)&&(r=r.slice(t.length));return(r||"/")+window.location.search+window.location.hash},e.b=function(t,e){return function(t){for(var e=new Array(t.length),r=0;r1&&void 0!==arguments[1]&&arguments[1];return[].concat.apply([],t.matched.map(function(t,r){return m()(t.components).map(function(n){return e&&e.push(r),t.components[n]})}))}function y(t,e){return Array.prototype.concat.apply([],t.matched.map(function(t,r){return m()(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n,r)})}))}function v(t){var e=this;return p.a.all(y(t,function(){var t=d()(c.a.mark(function t(r,n,o,i){return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof r||r.options){t.next=4;break}return t.next=3,r();case 3:r=t.sent;case 4:return t.abrupt("return",o.components[i]=x(r));case 5:case"end":return t.stop()}},t,e)}));return function(e,r,n,o){return t.apply(this,arguments)}}()))}window._nuxtReadyCbs=[],window.onNuxtReady=function(t){window._nuxtReadyCbs.push(t)};var _=function(){var t=d()(c.a.mark(function t(e){return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,v(e);case 2:return t.abrupt("return",h()({},e,{meta:w(e).map(function(t){return t.options.meta||{}})}));case 3:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}(),C=function(){var t=d()(c.a.mark(function t(e,r){return c.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(r.to?r.to:r.route,e.context){t.next=13;break}t.t0=!0,t.t1=e,t.t2=r.payload,t.t3=r.error,t.t4={},e.context={get isServer(){return console.warn("context.isServer has been deprecated, please use process.server instead."),!1},get isClient(){return console.warn("context.isClient has been deprecated, please use process.client instead."),!0},isStatic:t.t0,isDev:!1,isHMR:!1,app:t.t1,payload:t.t2,error:t.t3,base:"/rocket-css/",env:t.t4},r.req&&(e.context.req=r.req),r.res&&(e.context.res=r.res),e.context.redirect=function(t,r,n){if(t){e.context._redirected=!0;var o=void 0===r?"undefined":a()(r);if("number"==typeof t||"undefined"!==o&&"object"!==o||(n=r||{},o=void 0===(r=t)?"undefined":a()(r),t=302),"object"===o&&(r=e.router.resolve(r).href),!/(^[.]{1,2}\/)|(^\/(?!\/))/.test(r))throw r=T(r,n),window.location.replace(r),new Error("ERR_REDIRECT");e.context.next({path:r,query:n,status:t})}},e.context.nuxtState=window.__NUXT__;case 13:if(e.context.next=r.next,e.context._redirected=!1,e.context._errored=!1,e.context.isHMR=!!r.isHMR,!r.route){t.next=21;break}return t.next=20,_(r.route);case 20:e.context.route=t.sent;case 21:if(e.context.params=e.context.route.params||{},e.context.query=e.context.route.query||{},!r.from){t.next=27;break}return t.next=26,_(r.from);case 26:e.context.from=t.sent;case 27:case"end":return t.stop()}},t,this)}));return function(e,r){return t.apply(this,arguments)}}();function $(t,e){var r=void 0;return(r=2===t.length?new p.a(function(r){t(e,function(t,n){t&&e.error(t),r(n=n||{})})}):t(e))&&(r instanceof p.a||"function"==typeof r.then)||(r=p.a.resolve(r)),r}var j=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function E(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function z(t){return encodeURI(t).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function R(t){return t.replace(/([.+*?=^!:()[\]|\/\\])/g,"\\$1")}function q(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function T(t,e){var r=void 0,n=t.indexOf("://");-1!==n?(r=t.substring(0,n),t=t.substring(n+3)):0===t.indexOf("//")&&(t=t.substring(2));var i=t.split("/"),a=(r?r+"://":"//")+i.shift(),s=i.filter(Boolean).join("/"),c=void 0;return 2===(i=s.split("#")).length&&(s=i[0],c=i[1]),a+=s?"/"+s:"",e&&"{}"!==o()(e)&&(a+=(2===t.split("?").length?"&":"?")+function(t){return m()(t).sort().map(function(e){var r=t[e];return null==r?"":Array.isArray(r)?r.slice().map(function(t){return[e,"=",t].join("")}).join("&"):e+"="+r}).filter(Boolean).join("&")}(e)),a+=c?"#"+c:""}},ZwFg:function(t,e,r){var n=r("kiTz");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);r("rjj0")("4a047458",n,!1,{sourceMap:!1})},ct3O:function(t,e,r){"use strict";var n=r("5gg5"),o=r("QhKw"),i=!1;var a=function(t){i||r("3jlq")},s=r("VU/8")(n.a,o.a,!1,a,null,null);s.options.__file=".nuxt/components/nuxt-error.vue",e.a=s.exports},ioDU:function(t,e,r){var n=r("MTvi");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);r("rjj0")("45a9d554",n,!1,{sourceMap:!1})},kiTz:function(t,e,r){(t.exports=r("FZ+f")(!1)).push([t.i,'[v-cloak]>*{display:none}[v-cloak]:before{content:"loading\\2026"}.rocket-icon{width:24px;height:24px}.rocket-brand{max-width:200px}.feature-icon{max-width:80px;width:100%}.rkt-docs-hero .rkt-col{padding-left:.5em;padding-right:.5em}.rkt-section-title .rkt-section-anchor{display:none;padding-left:10px;padding-right:10px;font-weight:200;opacity:.8}.rkt-section-title .rkt-section-anchor:hover{opacity:1}.rkt-section-title:hover .rkt-section-anchor{display:inline-block}.rkt-footer-links ul{list-style-type:none}.rkt-footer-links ul li{display:inline-block}.rkt-footer-links ul li:hover{text-decoration:underline}.rkt-docnav-item ul{list-style-type:none}.rkt-docnav-item ul li a{font-size:.85em}.rkt-docs-item{opacity:.75}.rkt-docs-item-active,.rkt-docs-item:hover{opacity:1}.rkt-docs-item-active ul{display:block}.rkt-docs-nav-sidebar{background-color:#fbfbfb}.rkt-nav-icon-btn{width:38px;padding-left:5px;padding-right:5px}.rkt-nav-icon-btn,.rkt-nav-icon-btn:focus,.rkt-nav-icon-btn:hover{border-color:transparent}@media (max-width:576px){.rkt-home-buttons .rkt-btn-primary{margin-bottom:.5em}.rkt-page-hero .rkt-hero-body{padding-top:1em;padding-bottom:1em}.rkt-home-guide{padding-top:.5em;padding-bottom:0}}',""])},mtxM:function(t,e,r){"use strict";e.a=function(){return new o.default({mode:"history",base:"/rocket-css/",linkActiveClass:"nuxt-link-active",linkExactActiveClass:"nuxt-link-exact-active",scrollBehavior:f,routes:[{path:"/docs",component:i,name:"docs"},{path:"/about",component:a,name:"about"},{path:"/docs/utilities/colours",component:s,name:"docs-utilities-colours"},{path:"/docs/components/buttons",component:c,name:"docs-components-buttons"},{path:"/docs/components/hero",component:l,name:"docs-components-hero"},{path:"/docs/layout/grid",component:d,name:"docs-layout-grid"},{path:"/docs/utilities/spacing",component:u,name:"docs-utilities-spacing"},{path:"/",component:p,name:"index"}],fallback:!1})};var n=r("/5sW"),o=r("/ocq");n.default.use(o.default);var i=function(){return r.e(7).then(r.bind(null,"Ty/d")).then(function(t){return t.default||t})},a=function(){return r.e(2).then(r.bind(null,"hSk2")).then(function(t){return t.default||t})},s=function(){return r.e(5).then(r.bind(null,"ZnmO")).then(function(t){return t.default||t})},c=function(){return r.e(9).then(r.bind(null,"iNio")).then(function(t){return t.default||t})},l=function(){return r.e(8).then(r.bind(null,"VqGt")).then(function(t){return t.default||t})},d=function(){return r.e(6).then(r.bind(null,"u8sV")).then(function(t){return t.default||t})},u=function(){return r.e(4).then(r.bind(null,"smIm")).then(function(t){return t.default||t})},p=function(){return r.e(3).then(r.bind(null,"/TYz")).then(function(t){return t.default||t})},f=function(t,e,r){return{x:0,y:0}}},qcny:function(t,e,r){"use strict";r.d(e,"b",function(){return j});var n=r("Xxa5"),o=r.n(n),i=r("//Fk"),a=(r.n(i),r("C4MV")),s=r.n(a),c=r("woOf"),l=r.n(c),d=r("Dd8w"),u=r.n(d),p=r("exGp"),f=r.n(p),m=r("MU8w"),b=(r.n(m),r("/5sW")),h=r("p3jY"),k=r.n(h),g=r("mtxM"),x=r("0F0d"),w=r("HBB+"),y=r("WRRc"),v=r("ct3O"),_=r("Hot+"),C=r("yTq1"),$=r("YLfZ");r.d(e,"a",function(){return v.a});var j=function(){var t=f()(o.a.mark(function t(e){var r,n,i,a,c;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return r=Object(g.a)(e),n=u()({router:r,nuxt:{defaultTransition:E,transitions:[E],setTransitions:function(t){return Array.isArray(t)||(t=[t]),t=t.map(function(t){return t=t?"string"==typeof t?l()({},E,{name:t}):l()({},E,t):E}),this.$options.nuxt.transitions=t,t},err:null,dateErr:null,error:function(t){t=t||null,n.context._errored=!!t,"string"==typeof t&&(t={statusCode:500,message:t});var r=this.nuxt||this.$options.nuxt;return r.dateErr=Date.now(),r.err=t,e&&(e.nuxt.error=t),t}}},C.a),i=e?e.next:function(t){return n.router.push(t)},a=void 0,e?a=r.resolve(e.url).route:(c=Object($.d)(r.options.base),a=r.resolve(c).route),t.next=7,Object($.m)(n,{route:a,next:i,error:n.nuxt.error.bind(n),payload:e?e.payload:void 0,req:e?e.req:void 0,res:e?e.res:void 0,beforeRenderFns:e?e.beforeRenderFns:void 0});case 7:(function(t,e){if(!t)throw new Error("inject(key, value) has no key provided");if(!e)throw new Error("inject(key, value) has no value provided");n[t="$"+t]=e;var r="__nuxt_"+t+"_installed__";b.default[r]||(b.default[r]=!0,b.default.use(function(){b.default.prototype.hasOwnProperty(t)||s()(b.default.prototype,t,{get:function(){return this.$root.$options[t]}})}))}),t.next=11;break;case 11:return t.abrupt("return",{app:n,router:r});case 12:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}();b.default.component(x.a.name,x.a),b.default.component(w.a.name,w.a),b.default.component(y.a.name,y.a),b.default.component(_.a.name,_.a),b.default.use(k.a,{keyName:"head",attribute:"data-n-head",ssrAttribute:"data-n-head-ssr",tagIDKeyName:"hid"});var E={name:"page",mode:"out-in",appear:!1,appearClass:"appear",appearActiveClass:"appear-active",appearToClass:"appear-to"}},qwqJ:function(t,e,r){(t.exports=r("FZ+f")(!1)).push([t.i,".nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;-webkit-transition:width .2s,opacity .4s;transition:width .2s,opacity .4s;opacity:1;background-color:#efc14e;z-index:999999}",""])},tapN:function(t,e,r){"use strict";var n=r("/5sW");e.a={name:"nuxt-loading",data:function(){return{percent:0,show:!1,canSuccess:!0,duration:5e3,height:"4px",color:"#4CAF50",failedColor:"red"}},methods:{start:function(){var t=this;return this.show=!0,this.canSuccess=!0,this._timer&&(clearInterval(this._timer),this.percent=0),this._cut=1e4/Math.floor(this.duration),this._timer=setInterval(function(){t.increase(t._cut*Math.random()),t.percent>95&&t.finish()},100),this},set:function(t){return this.show=!0,this.canSuccess=!0,this.percent=Math.floor(t),this},get:function(){return Math.floor(this.percent)},increase:function(t){return this.percent=this.percent+Math.floor(t),this},decrease:function(t){return this.percent=this.percent-Math.floor(t),this},finish:function(){return this.percent=100,this.hide(),this},pause:function(){return clearInterval(this._timer),this},hide:function(){var t=this;return clearInterval(this._timer),this._timer=null,setTimeout(function(){t.show=!1,n.default.nextTick(function(){setTimeout(function(){t.percent=0},200)})},500),this},fail:function(){return this.canSuccess=!1,this}}}},unZF:function(t,e,r){"use strict";e.a={}},xi6o:function(t,e,r){var n=r("qwqJ");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);r("rjj0")("42ac9ed8",n,!1,{sourceMap:!1})},yTq1:function(t,e,r){"use strict";var n=r("//Fk"),o=r.n(n),i=r("/5sW"),a=r("F88d"),s=r("ioDU"),c=(r.n(s),r("ZwFg")),l=(r.n(c),{_default:function(){return r.e(1).then(r.bind(null,"Ma2J")).then(function(t){return t.default||t})},_docs:function(){return r.e(0).then(r.bind(null,"ecbd")).then(function(t){return t.default||t})}}),d={};e.a={head:{title:"Rocket CSS - simple, lightweight CSS framework built using Flexbox",meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"Rocket CSS is an open source, lightweight CSS framework built using Flexbox. Download for FREE today."}],link:[{rel:"icon",type:"png",href:"/rocket-css/favicon.png"},{rel:"stylesheet",href:"https://fonts.googleapis.com/icon?family=Material+Icons"},{rel:"stylesheet",href:"https://use.fontawesome.com/releases/v5.2.0/css/all.css"}],style:[],script:[]},render:function(t,e){var r=t("nuxt-loading",{ref:"loading"}),n=t(this.layout||"nuxt");return t("div",{domProps:{id:"__nuxt"}},[r,t("transition",{props:{name:"layout",mode:"out-in"}},[t("div",{domProps:{id:"__layout"},key:this.layoutName},[n])])])},data:function(){return{layout:null,layoutName:""}},beforeCreate:function(){i.default.util.defineReactive(this,"nuxt",this.$options.nuxt)},created:function(){i.default.prototype.$nuxt=this,"undefined"!=typeof window&&(window.$nuxt=this),this.error=this.nuxt.error},mounted:function(){this.$loading=this.$refs.loading},watch:{"nuxt.err":"errorChanged"},methods:{errorChanged:function(){this.nuxt.err&&this.$loading&&(this.$loading.fail&&this.$loading.fail(),this.$loading.finish&&this.$loading.finish())},setLayout:function(t){t&&d["_"+t]||(t="default"),this.layoutName=t;var e="_"+t;return this.layout=d[e],this.layout},loadLayout:function(t){var e=this;t&&(l["_"+t]||d["_"+t])||(t="default");var r="_"+t;return d[r]?o.a.resolve(d[r]):l[r]().then(function(t){return d[r]=t,delete l[r],d[r]}).catch(function(t){if(e.$nuxt)return e.$nuxt.error({statusCode:500,message:t.message})})}},components:{NuxtLoading:a.a}}}},["T23V"]); \ No newline at end of file diff --git a/docs/_nuxt/app.7cc8ca4ea79e0a926920.js b/docs/_nuxt/app.7cc8ca4ea79e0a926920.js deleted file mode 100644 index cc55fbb..0000000 --- a/docs/_nuxt/app.7cc8ca4ea79e0a926920.js +++ /dev/null @@ -1 +0,0 @@ -webpackJsonp([3],{"+6bD":function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,".__nuxt-error-page{padding:16px;padding:1rem;background:#f7f8fb;color:#47494e;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-weight:100!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;position:absolute;top:0;left:0;right:0;bottom:0}.__nuxt-error-page .error{max-width:450px}.__nuxt-error-page .title{font-size:24px;font-size:1.5rem;margin-top:15px;color:#47494e;margin-bottom:8px}.__nuxt-error-page .description{color:#7f828b;line-height:21px;margin-bottom:10px}.__nuxt-error-page a{color:#7f828b!important;text-decoration:none}.__nuxt-error-page .logo{position:fixed;left:12px;bottom:12px}",""])},"0F0d":function(t,e,n){"use strict";e.a={name:"no-ssr",props:["placeholder"],data:function(){return{canRender:!1}},mounted:function(){this.canRender=!0},render:function(t){return this.canRender?this.$slots.default&&this.$slots.default[0]:t("div",{class:["no-ssr-placeholder"]},this.$slots.placeholder||this.placeholder)}}},"3jlq":function(t,e,n){var r=n("+6bD");"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);n("rjj0")("6d1a80a3",r,!1,{sourceMap:!1})},"4Atj":function(t,e){function n(t){throw new Error("Cannot find module '"+t+"'.")}n.keys=function(){return[]},n.resolve=n,t.exports=n,n.id="4Atj"},"5gg5":function(t,e,n){"use strict";e.a={name:"nuxt-error",props:["error"],head:function(){return{title:this.message,meta:[{name:"viewport",content:"width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"}]}},computed:{statusCode:function(){return this.error&&this.error.statusCode||500},message:function(){return this.error.message||"Error"}}}},"7rfR":function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,"",""])},F88d:function(t,e,n){"use strict";var r=n("tapN"),o=n("P+aQ"),a=!1;var i=function(t){a||n("xi6o")},s=n("VU/8")(r.a,o.a,!1,i,null,null);s.options.__file=".nuxt/components/nuxt-loading.vue",e.a=s.exports},"HBB+":function(t,e,n){"use strict";e.a={name:"nuxt-child",functional:!0,props:["keepAlive"],render:function(t,e){var n=e.parent,a=e.data,i=e.props;a.nuxtChild=!0;for(var s=n,u=n.$nuxt.nuxt.transitions,c=n.$nuxt.nuxt.defaultTransition,f=0;n;)n.$vnode&&n.$vnode.data.nuxtChild&&f++,n=n.$parent;a.nuxtChildDepth=f;var p=u[f]||c,l={};r.forEach(function(t){void 0!==p[t]&&(l[t]=p[t])});var d={};o.forEach(function(t){"function"==typeof p[t]&&(d[t]=p[t].bind(s))});var h=d.beforeEnter;d.beforeEnter=function(t){if(window.$nuxt.$emit("triggerScroll"),h)return h.call(s,t)};var x=[t("router-view",a)];return void 0!==i.keepAlive&&(x=[t("keep-alive",x)]),t("transition",{props:l,on:d},x)}};var r=["name","mode","appear","css","type","duration","enterClass","leaveClass","appearClass","enterActiveClass","enterActiveClass","leaveActiveClass","appearActiveClass","enterToClass","leaveToClass","appearToClass"],o=["beforeEnter","enter","afterEnter","enterCancelled","beforeLeave","leave","afterLeave","leaveCancelled","beforeAppear","appear","afterAppear","appearCancelled"]},"Hot+":function(t,e,n){"use strict";var r=n("/5sW"),o=n("HBB+"),a=n("ct3O"),i=n("YLfZ");e.a={name:"nuxt",props:["nuxtChildKey","keepAlive"],render:function(t){return this.nuxt.err?t("nuxt-error",{props:{error:this.nuxt.err}}):t("nuxt-child",{key:this.routerViewKey,props:this.$props})},beforeCreate:function(){r.default.util.defineReactive(this,"nuxt",this.$root.$options.nuxt)},computed:{routerViewKey:function(){if(void 0!==this.nuxtChildKey||this.$route.matched.length>1)return this.nuxtChildKey||Object(i.b)(this.$route.matched[0].path)(this.$route.params);var t=this.$route.matched[0]&&this.$route.matched[0].components.default;return t&&t.options&&t.options.key?"function"==typeof t.options.key?t.options.key(this.$route):t.options.key:this.$route.path}},components:{NuxtChild:o.a,NuxtError:a.a}}},MTvi:function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,"",""])},"P+aQ":function(t,e,n){"use strict";var r=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"nuxt-progress",style:{width:this.percent+"%",height:this.height,"background-color":this.canSuccess?this.color:this.failedColor,opacity:this.show?1:0}})};r._withStripped=!0;var o={render:r,staticRenderFns:[]};e.a=o},QhKw:function(t,e,n){"use strict";var r=function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"__nuxt-error-page"},[e("div",{staticClass:"error"},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"90",height:"90",fill:"#DBE1EC",viewBox:"0 0 48 48"}},[e("path",{attrs:{d:"M22 30h4v4h-4zm0-16h4v12h-4zm1.99-10C12.94 4 4 12.95 4 24s8.94 20 19.99 20S44 35.05 44 24 35.04 4 23.99 4zM24 40c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z"}})]),e("div",{staticClass:"title"},[this._v(this._s(this.message))]),404===this.statusCode?e("p",{staticClass:"description"},[e("nuxt-link",{staticClass:"error-link",attrs:{to:"/"}},[this._v("Back to the home page")])],1):this._e(),this._m(0)])])};r._withStripped=!0;var o={render:r,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"logo"},[e("a",{attrs:{href:"https://nuxtjs.org",target:"_blank",rel:"noopener"}},[this._v("Nuxt.js")])])}]};e.a=o},T23V:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("pFYg"),o=n.n(r),a=n("//Fk"),i=n.n(a),s=n("Xxa5"),u=n.n(s),c=n("mvHQ"),f=n.n(c),p=n("exGp"),l=n.n(p),d=n("fZjL"),h=n.n(d),x=n("woOf"),v=n.n(x),m=n("/5sW"),y=n("unZF"),g=n("qcny"),w=n("YLfZ"),b=function(){var t=l()(u.a.mark(function t(e,n,r){var o,a,i=this;return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return this._pathChanged=!!$.nuxt.err||n.path!==e.path,this._queryChanged=f()(e.query)!==f()(n.query),this._diffQuery=this._queryChanged?Object(w.g)(e.query,n.query):[],this._pathChanged&&this.$loading.start&&this.$loading.start(),t.prev=4,t.next=7,Object(w.k)(e);case 7:o=t.sent,!this._pathChanged&&this._queryChanged&&o.some(function(t){var e=t.options.watchQuery;return!0===e||!!Array.isArray(e)&&e.some(function(t){return i._diffQuery[t]})})&&this.$loading.start&&this.$loading.start(),r(),t.next=19;break;case 12:t.prev=12,t.t0=t.catch(4),t.t0=t.t0||{},a=t.t0.statusCode||t.t0.status||t.t0.response&&t.t0.response.status||500,this.error({statusCode:a,message:t.t0.message}),this.$nuxt.$emit("routeChanged",e,n,t.t0),r(!1);case 19:case"end":return t.stop()}},t,this,[[4,12]])}));return function(e,n,r){return t.apply(this,arguments)}}(),_=function(){var t=l()(u.a.mark(function t(e,n,r){var o,a,s,c,f,p,l,d,h=this;return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!1!==this._pathChanged||!1!==this._queryChanged){t.next=2;break}return t.abrupt("return",r());case 2:return o=!1,a=function(t){if(n.path===t.path&&h.$loading.finish&&h.$loading.finish(),n.path!==t.path&&h.$loading.pause&&h.$loading.pause(),!o){o=!0;var e=[];k=Object(w.e)(n,e).map(function(t,r){return Object(w.b)(n.matched[e[r]].path)(n.params)}),r(t)}},t.next=6,Object(w.m)($,{route:e,from:n,next:a.bind(this)});case 6:if(this._dateLastError=$.nuxt.dateErr,this._hadError=!!$.nuxt.err,s=[],(c=Object(w.e)(e,s)).length){t.next=24;break}return t.next=13,S.call(this,c,$.context);case 13:if(!o){t.next=15;break}return t.abrupt("return");case 15:return t.next=17,this.loadLayout("function"==typeof g.a.layout?g.a.layout($.context):g.a.layout);case 17:return f=t.sent,t.next=20,S.call(this,c,$.context,f);case 20:if(!o){t.next=22;break}return t.abrupt("return");case 22:return $.context.error({statusCode:404,message:"This page could not be found"}),t.abrupt("return",r());case 24:return c.forEach(function(t){t._Ctor&&t._Ctor.options&&(t.options.asyncData=t._Ctor.options.asyncData,t.options.fetch=t._Ctor.options.fetch)}),this.setTransitions(R(c,e,n)),t.prev=26,t.next=29,S.call(this,c,$.context);case 29:if(!o){t.next=31;break}return t.abrupt("return");case 31:if(!$.context._errored){t.next=33;break}return t.abrupt("return",r());case 33:return"function"==typeof(p=c[0].options.layout)&&(p=p($.context)),t.next=37,this.loadLayout(p);case 37:return p=t.sent,t.next=40,S.call(this,c,$.context,p);case 40:if(!o){t.next=42;break}return t.abrupt("return");case 42:if(!$.context._errored){t.next=44;break}return t.abrupt("return",r());case 44:if(l=!0,c.forEach(function(t){l&&"function"==typeof t.options.validate&&(l=t.options.validate({params:e.params||{},query:e.query||{}}))}),l){t.next=49;break}return this.error({statusCode:404,message:"This page could not be found"}),t.abrupt("return",r());case 49:return t.next=51,i.a.all(c.map(function(t,n){if(t._path=Object(w.b)(e.matched[s[n]].path)(e.params),t._dataRefresh=!1,h._pathChanged&&t._path!==k[n])t._dataRefresh=!0;else if(!h._pathChanged&&h._queryChanged){var r=t.options.watchQuery;!0===r?t._dataRefresh=!0:Array.isArray(r)&&(t._dataRefresh=r.some(function(t){return h._diffQuery[t]}))}if(!h._hadError&&h._isMounted&&!t._dataRefresh)return i.a.resolve();var o=[],a=t.options.asyncData&&"function"==typeof t.options.asyncData,u=!!t.options.fetch,c=a&&u?30:45;if(a){var f=Object(w.j)(t.options.asyncData,$.context).then(function(e){Object(w.a)(t,e),h.$loading.increase&&h.$loading.increase(c)});o.push(f)}if(u){var p=t.options.fetch($.context);p&&(p instanceof i.a||"function"==typeof p.then)||(p=i.a.resolve(p)),p.then(function(t){h.$loading.increase&&h.$loading.increase(c)}),o.push(p)}return i.a.all(o)}));case 51:o||(this.$loading.finish&&this.$loading.finish(),k=c.map(function(t,n){return Object(w.b)(e.matched[s[n]].path)(e.params)}),r()),t.next=66;break;case 54:return t.prev=54,t.t0=t.catch(26),t.t0||(t.t0={}),k=[],t.t0.statusCode=t.t0.statusCode||t.t0.status||t.t0.response&&t.t0.response.status||500,"function"==typeof(d=g.a.layout)&&(d=d($.context)),t.next=63,this.loadLayout(d);case 63:this.error(t.t0),this.$nuxt.$emit("routeChanged",e,n,t.t0),r(!1);case 66:case"end":return t.stop()}},t,this,[[26,54]])}));return function(e,n,r){return t.apply(this,arguments)}}(),C=function(){var t=l()(u.a.mark(function t(e){var n,r,o,a;return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return $=e.app,j=e.router,t.next=4,i.a.all(O(j));case 4:return n=t.sent,r=new m.default($),o=E.layout||"default",t.next=9,r.loadLayout(o);case 9:if(r.setLayout(o),a=function(){r.$mount("#__nuxt"),m.default.nextTick(function(){F(r)})},r.setTransitions=r.$options.nuxt.setTransitions.bind(r),n.length&&(r.setTransitions(R(n,j.currentRoute)),k=j.currentRoute.matched.map(function(t){return Object(w.b)(t.path)(j.currentRoute.params)})),r.$loading={},E.error&&r.error(E.error),j.beforeEach(b.bind(r)),j.beforeEach(_.bind(r)),j.afterEach(A),j.afterEach(M.bind(r)),!E.serverRendered){t.next=22;break}return a(),t.abrupt("return");case 22:_.call(r,j.currentRoute,j.currentRoute,function(t){if(!t)return A(j.currentRoute,j.currentRoute),q.call(r,j.currentRoute),void a();j.push(t,function(){return a()},function(t){if(!t)return a();console.error(t)})});case 23:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}(),k=[],$=void 0,j=void 0,E=window.__NUXT__||{};function R(t,e,n){var r=function(t){var r=function(t,e){if(!t||!t.options||!t.options[e])return{};var n=t.options[e];if("function"==typeof n){for(var r=arguments.length,o=Array(r>2?r-2:0),a=2;a1&&void 0!==arguments[1]&&arguments[1];return[].concat.apply([],t.matched.map(function(t,n){return h()(t.instances).map(function(r){return e&&e.push(n),t.instances[r]})}))},e.c=b,e.k=_,n.d(e,"h",function(){return C}),n.d(e,"m",function(){return k}),e.i=function t(e,n){if(!e.length||n._redirected||n._errored)return l.a.resolve();return $(e[0],n).then(function(){return t(e.slice(1),n)})},e.j=$,e.d=function(t,e){var n=window.location.pathname;if("hash"===e)return window.location.hash.replace(/^#\//,"");t&&0===n.indexOf(t)&&(n=n.slice(t.length));return(n||"/")+window.location.search+window.location.hash},e.b=function(t,e){return function(t){for(var e=new Array(t.length),n=0;n1&&void 0!==arguments[1]&&arguments[1];return[].concat.apply([],t.matched.map(function(t,n){return h()(t.components).map(function(r){return e&&e.push(n),t.components[r]})}))}function b(t,e){return Array.prototype.concat.apply([],t.matched.map(function(t,n){return h()(t.components).map(function(r){return e(t.components[r],t.instances[r],t,r,n)})}))}function _(t){var e=this;return l.a.all(b(t,function(){var t=f()(u.a.mark(function t(n,r,o,a){return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof n||n.options){t.next=4;break}return t.next=3,n();case 3:n=t.sent;case 4:return t.abrupt("return",o.components[a]=g(n));case 5:case"end":return t.stop()}},t,e)}));return function(e,n,r,o){return t.apply(this,arguments)}}()))}window._nuxtReadyCbs=[],window.onNuxtReady=function(t){window._nuxtReadyCbs.push(t)};var C=function(){var t=f()(u.a.mark(function t(e){return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,_(e);case 2:return t.abrupt("return",v()({},e,{meta:w(e).map(function(t){return t.options.meta||{}})}));case 3:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}(),k=function(){var t=f()(u.a.mark(function t(e,n){return u.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(n.to?n.to:n.route,e.context){t.next=13;break}t.t0=!0,t.t1=e,t.t2=n.payload,t.t3=n.error,t.t4={},e.context={get isServer(){return console.warn("context.isServer has been deprecated, please use process.server instead."),!1},get isClient(){return console.warn("context.isClient has been deprecated, please use process.client instead."),!0},isStatic:t.t0,isDev:!1,isHMR:!1,app:t.t1,payload:t.t2,error:t.t3,base:"/rocket-css/",env:t.t4},n.req&&(e.context.req=n.req),n.res&&(e.context.res=n.res),e.context.redirect=function(t,n,r){if(t){e.context._redirected=!0;var o=void 0===n?"undefined":i()(n);if("number"==typeof t||"undefined"!==o&&"object"!==o||(r=n||{},o=void 0===(n=t)?"undefined":i()(n),t=302),"object"===o&&(n=e.router.resolve(n).href),!/(^[.]{1,2}\/)|(^\/(?!\/))/.test(n))throw n=S(n,r),window.location.replace(n),new Error("ERR_REDIRECT");e.context.next({path:n,query:r,status:t})}},e.context.nuxtState=window.__NUXT__;case 13:if(e.context.next=n.next,e.context._redirected=!1,e.context._errored=!1,e.context.isHMR=!!n.isHMR,!n.route){t.next=21;break}return t.next=20,C(n.route);case 20:e.context.route=t.sent;case 21:if(e.context.params=e.context.route.params||{},e.context.query=e.context.route.query||{},!n.from){t.next=27;break}return t.next=26,C(n.from);case 26:e.context.from=t.sent;case 27:case"end":return t.stop()}},t,this)}));return function(e,n){return t.apply(this,arguments)}}();function $(t,e){var n=void 0;return(n=2===t.length?new l.a(function(n){t(e,function(t,r){t&&e.error(t),n(r=r||{})})}):t(e))&&(n instanceof l.a||"function"==typeof n.then)||(n=l.a.resolve(n)),n}var j=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function E(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function R(t){return encodeURI(t).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function T(t){return t.replace(/([.+*?=^!:()[\]|\/\\])/g,"\\$1")}function O(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function S(t,e){var n=void 0,r=t.indexOf("://");-1!==r?(n=t.substring(0,r),t=t.substring(r+3)):0===t.indexOf("//")&&(t=t.substring(2));var a=t.split("/"),i=(n?n+"://":"//")+a.shift(),s=a.filter(Boolean).join("/"),u=void 0;return 2===(a=s.split("#")).length&&(s=a[0],u=a[1]),i+=s?"/"+s:"",e&&"{}"!==o()(e)&&(i+=(2===t.split("?").length?"&":"?")+function(t){return h()(t).sort().map(function(e){var n=t[e];return null==n?"":Array.isArray(n)?n.slice().map(function(t){return[e,"=",t].join("")}).join("&"):e+"="+n}).filter(Boolean).join("&")}(e)),i+=u?"#"+u:""}},ct3O:function(t,e,n){"use strict";var r=n("5gg5"),o=n("QhKw"),a=!1;var i=function(t){a||n("3jlq")},s=n("VU/8")(r.a,o.a,!1,i,null,null);s.options.__file=".nuxt/components/nuxt-error.vue",e.a=s.exports},"igc/":function(t,e,n){var r=n("7rfR");"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);n("rjj0")("56eea9c8",r,!1,{sourceMap:!1})},ioDU:function(t,e,n){var r=n("MTvi");"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);n("rjj0")("45a9d554",r,!1,{sourceMap:!1})},mtxM:function(t,e,n){"use strict";e.a=function(){return new i.default({mode:"history",base:"/rocket-css/",linkActiveClass:"nuxt-link-active",linkExactActiveClass:"nuxt-link-exact-active",scrollBehavior:u,routes:[{path:"/",component:s,name:"index"}],fallback:!1})};var r=n("//Fk"),o=n.n(r),a=n("/5sW"),i=n("/ocq");a.default.use(i.default);var s=function(){return n.e(0).then(n.bind(null,"/TYz")).then(function(t){return t.default||t})};window.history.scrollRestoration="manual";var u=function(t,e,n){var r=!1;return t.matched.length<2?r={x:0,y:0}:t.matched.some(function(t){return t.components.default.options.scrollToTop})&&(r={x:0,y:0}),n&&(r=n),new o.a(function(e){window.$nuxt.$once("triggerScroll",function(){if(t.hash){var n=t.hash;void 0!==window.CSS&&void 0!==window.CSS.escape&&(n="#"+window.CSS.escape(n.substr(1)));try{document.querySelector(n)&&(r={selector:n})}catch(t){console.warn("Failed to save scroll position. Please add CSS.escape() polyfill (https://github.com/mathiasbynens/CSS.escape).")}}e(r)})})}},qcny:function(t,e,n){"use strict";n.d(e,"b",function(){return j});var r=n("Xxa5"),o=n.n(r),a=n("//Fk"),i=(n.n(a),n("C4MV")),s=n.n(i),u=n("woOf"),c=n.n(u),f=n("Dd8w"),p=n.n(f),l=n("exGp"),d=n.n(l),h=n("MU8w"),x=(n.n(h),n("/5sW")),v=n("p3jY"),m=n.n(v),y=n("mtxM"),g=n("0F0d"),w=n("HBB+"),b=n("WRRc"),_=n("ct3O"),C=n("Hot+"),k=n("yTq1"),$=n("YLfZ");n.d(e,"a",function(){return _.a});var j=function(){var t=d()(o.a.mark(function t(e){var n,r,a,i,u;return o.a.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n=Object(y.a)(e),r=p()({router:n,nuxt:{defaultTransition:E,transitions:[E],setTransitions:function(t){return Array.isArray(t)||(t=[t]),t=t.map(function(t){return t=t?"string"==typeof t?c()({},E,{name:t}):c()({},E,t):E}),this.$options.nuxt.transitions=t,t},err:null,dateErr:null,error:function(t){t=t||null,r.context._errored=!!t,"string"==typeof t&&(t={statusCode:500,message:t});var n=this.nuxt||this.$options.nuxt;return n.dateErr=Date.now(),n.err=t,e&&(e.nuxt.error=t),t}}},k.a),a=e?e.next:function(t){return r.router.push(t)},i=void 0,e?i=n.resolve(e.url).route:(u=Object($.d)(n.options.base),i=n.resolve(u).route),t.next=7,Object($.m)(r,{route:i,next:a,error:r.nuxt.error.bind(r),payload:e?e.payload:void 0,req:e?e.req:void 0,res:e?e.res:void 0,beforeRenderFns:e?e.beforeRenderFns:void 0});case 7:(function(t,e){if(!t)throw new Error("inject(key, value) has no key provided");if(!e)throw new Error("inject(key, value) has no value provided");r[t="$"+t]=e;var n="__nuxt_"+t+"_installed__";x.default[n]||(x.default[n]=!0,x.default.use(function(){x.default.prototype.hasOwnProperty(t)||s()(x.default.prototype,t,{get:function(){return this.$root.$options[t]}})}))}),t.next=11;break;case 11:return t.abrupt("return",{app:r,router:n});case 12:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}();x.default.component(g.a.name,g.a),x.default.component(w.a.name,w.a),x.default.component(b.a.name,b.a),x.default.component(C.a.name,C.a),x.default.use(m.a,{keyName:"head",attribute:"data-n-head",ssrAttribute:"data-n-head-ssr",tagIDKeyName:"hid"});var E={name:"page",mode:"out-in",appear:!1,appearClass:"appear",appearActiveClass:"appear-active",appearToClass:"appear-to"}},qwqJ:function(t,e,n){(t.exports=n("FZ+f")(!1)).push([t.i,".nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;-webkit-transition:width .2s,opacity .4s;transition:width .2s,opacity .4s;opacity:1;background-color:#efc14e;z-index:999999}",""])},tapN:function(t,e,n){"use strict";var r=n("/5sW");e.a={name:"nuxt-loading",data:function(){return{percent:0,show:!1,canSuccess:!0,duration:5e3,height:"2px",color:"#3B8070",failedColor:"red"}},methods:{start:function(){var t=this;return this.show=!0,this.canSuccess=!0,this._timer&&(clearInterval(this._timer),this.percent=0),this._cut=1e4/Math.floor(this.duration),this._timer=setInterval(function(){t.increase(t._cut*Math.random()),t.percent>95&&t.finish()},100),this},set:function(t){return this.show=!0,this.canSuccess=!0,this.percent=Math.floor(t),this},get:function(){return Math.floor(this.percent)},increase:function(t){return this.percent=this.percent+Math.floor(t),this},decrease:function(t){return this.percent=this.percent-Math.floor(t),this},finish:function(){return this.percent=100,this.hide(),this},pause:function(){return clearInterval(this._timer),this},hide:function(){var t=this;return clearInterval(this._timer),this._timer=null,setTimeout(function(){t.show=!1,r.default.nextTick(function(){setTimeout(function(){t.percent=0},200)})},500),this},fail:function(){return this.canSuccess=!1,this}}}},unZF:function(t,e,n){"use strict";var r=n("BO1k"),o=n.n(r),a=n("4Atj"),i=a.keys();function s(t){var e=a(t);return e.default?e.default:e}var u={},c=!0,f=!1,p=void 0;try{for(var l,d=o()(i);!(c=(l=d.next()).done);c=!0){var h=l.value;u[h.replace(/^\.\//,"").replace(/\.(js)$/,"")]=s(h)}}catch(t){f=!0,p=t}finally{try{!c&&d.return&&d.return()}finally{if(f)throw p}}e.a=u},xi6o:function(t,e,n){var r=n("qwqJ");"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);n("rjj0")("42ac9ed8",r,!1,{sourceMap:!1})},yTq1:function(t,e,n){"use strict";var r=n("//Fk"),o=n.n(r),a=n("/5sW"),i=n("F88d"),s=n("igc/"),u=(n.n(s),n("ioDU")),c=(n.n(u),{_default:function(){return n.e(1).then(n.bind(null,"Ma2J")).then(function(t){return t.default||t})}}),f={};e.a={head:{title:"Rocket CSS",meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"The home of the open source lightweight Rocket CSS framework."}],link:[{rel:"icon",type:"image/x-icon",href:"/rocket-css/favicon.ico"}],style:[],script:[]},render:function(t,e){var n=t("nuxt-loading",{ref:"loading"}),r=t(this.layout||"nuxt");return t("div",{domProps:{id:"__nuxt"}},[n,t("transition",{props:{name:"layout",mode:"out-in"}},[t("div",{domProps:{id:"__layout"},key:this.layoutName},[r])])])},data:function(){return{layout:null,layoutName:""}},beforeCreate:function(){a.default.util.defineReactive(this,"nuxt",this.$options.nuxt)},created:function(){a.default.prototype.$nuxt=this,"undefined"!=typeof window&&(window.$nuxt=this),this.error=this.nuxt.error},mounted:function(){this.$loading=this.$refs.loading},watch:{"nuxt.err":"errorChanged"},methods:{errorChanged:function(){this.nuxt.err&&this.$loading&&(this.$loading.fail&&this.$loading.fail(),this.$loading.finish&&this.$loading.finish())},setLayout:function(t){t&&f["_"+t]||(t="default"),this.layoutName=t;var e="_"+t;return this.layout=f[e],this.layout},loadLayout:function(t){var e=this;t&&(c["_"+t]||f["_"+t])||(t="default");var n="_"+t;return f[n]?o.a.resolve(f[n]):c[n]().then(function(t){return f[n]=t,delete c[n],f[n]}).catch(function(t){if(e.$nuxt)return e.$nuxt.error({statusCode:500,message:t.message})})}},components:{NuxtLoading:i.a}}}},["T23V"]); \ No newline at end of file diff --git a/docs/_nuxt/img/css.feb902f.svg b/docs/_nuxt/img/css.feb902f.svg new file mode 100644 index 0000000..4c05a34 --- /dev/null +++ b/docs/_nuxt/img/css.feb902f.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_nuxt/img/flexbox.1fc77ff.svg b/docs/_nuxt/img/flexbox.1fc77ff.svg new file mode 100644 index 0000000..e865a95 --- /dev/null +++ b/docs/_nuxt/img/flexbox.1fc77ff.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_nuxt/img/lightweight.b00ced8.svg b/docs/_nuxt/img/lightweight.b00ced8.svg new file mode 100644 index 0000000..6b01883 --- /dev/null +++ b/docs/_nuxt/img/lightweight.b00ced8.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_nuxt/img/rocket-colour.fafbb61.svg b/docs/_nuxt/img/rocket-colour.fafbb61.svg new file mode 100644 index 0000000..4d206d5 --- /dev/null +++ b/docs/_nuxt/img/rocket-colour.fafbb61.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_nuxt/img/rocket.2b9d865.svg b/docs/_nuxt/img/rocket.2b9d865.svg new file mode 100644 index 0000000..b56f679 --- /dev/null +++ b/docs/_nuxt/img/rocket.2b9d865.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_nuxt/layouts/default.1c78e92b7e4725b98841.js b/docs/_nuxt/layouts/default.1c78e92b7e4725b98841.js new file mode 100644 index 0000000..540d783 --- /dev/null +++ b/docs/_nuxt/layouts/default.1c78e92b7e4725b98841.js @@ -0,0 +1 @@ +webpackJsonp([1],{"1//B":function(t,a,s){"use strict";var r=s("gYdO"),i=s("6H1p"),n=s("VU/8")(r.a,i.a,!1,null,null,null);n.options.__file="components/footer.vue",a.a=n.exports},"1wVj":function(t,a,s){"use strict";var r=function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("nav",{staticClass:"rkt-navbar rkt-navbar-primary"},[a("nuxt-link",{staticClass:"rkt-navbar-brand rkt-text-white",attrs:{to:"/",exact:""}},[this._v("Rocket CSS")]),this._m(0),a("div",{staticClass:"rkt-navbar-collapse"},[a("ul",{staticClass:"rkt-navbar-nav"},[a("li",[a("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/","active-class":"rkt-font-weight-bold rkt-nav-link-active",exact:""}},[this._v("Home")])],1),a("li",[a("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/docs","active-class":"rkt-font-weight-bold rkt-nav-link-active"}},[this._v("Documentation")])],1),a("li",[a("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/about","active-class":"rkt-font-weight-bold rkt-nav-link-active",exact:""}},[this._v("About")])],1)])]),this._m(1)],1)])};r._withStripped=!0;var i={render:r,staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("button",{staticClass:"rkt-navbar-toggle rkt-ml-auto",attrs:{type:"button"}},[a("span",{staticClass:"rkt-navbar-toggle-bar"}),a("span",{staticClass:"rkt-navbar-toggle-bar"}),a("span",{staticClass:"rkt-navbar-toggle-bar"})])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"rkt-ml-auto rkt-d-none-mobile"},[a("a",{staticClass:"rkt-btn rkt-btn-outline-white rkt-nav-icon-btn rkt-m-r-1",attrs:{href:"https://github.com/sts-ryan-holton/rocket-css",target:"_blank"}},[a("i",{staticClass:"fab fa-github"})]),a("a",{staticClass:"rkt-btn rkt-btn-outline-white",attrs:{href:"#",download:""}},[this._v("Download")])])}]};a.a=i},"6H1p":function(t,a,s){"use strict";var r=function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("footer",{staticClass:"rkt-bg-primary rkt-p-y-2"},[a("div",{staticClass:"rkt-container"},[a("div",{staticClass:"rkt-row"},[a("div",{staticClass:"rkt-col rkt-footer-links"},[a("ul",{staticClass:"rkt-paddingless rkt-marginless"},[this._m(0),a("li",{staticClass:"rkt-m-l-2"},[a("nuxt-link",{staticClass:"rkt-text-white rkt-font-weight-normal",attrs:{to:"/docs",exact:""}},[this._v("Documentation")])],1),a("li",{staticClass:"rkt-m-l-2"},[a("nuxt-link",{staticClass:"rkt-text-white rkt-font-weight-normal",attrs:{to:"/about",exact:""}},[this._v("About")])],1)])])]),a("div",{staticClass:"rkt-row"},[a("div",{staticClass:"rkt-col"},[a("small",[a("p",{staticClass:"rkt-text-white rkt-font-weight-light rkt-marginless",domProps:{innerHTML:this._s(this.copyright)}})])])])])])])};r._withStripped=!0;var i={render:r,staticRenderFns:[function(){var t=this.$createElement,a=this._self._c||t;return a("li",[a("a",{staticClass:"rkt-text-white rkt-font-weight-normal",attrs:{href:"https://github.com/sts-ryan-holton/rocket-css",target:"_blank"}},[this._v("Github")])])}]};a.a=i},BD59:function(t,a,s){"use strict";var r=s("yHEx"),i=s("1//B");a.a={components:{"app-nav":r.a,"app-footer":i.a},data:function(){return{}}}},DLCH:function(t,a,s){"use strict";var r=function(){var t=this.$createElement,a=this._self._c||t;return a("div",[a("app-nav"),a("nuxt"),a("app-footer")],1)};r._withStripped=!0;var i={render:r,staticRenderFns:[]};a.a=i},Ma2J:function(t,a,s){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var r=s("BD59"),i=s("DLCH"),n=s("VU/8")(r.a,i.a,!1,null,null,null);n.options.__file="layouts/default.vue",a.default=n.exports},gYdO:function(t,a,s){"use strict";a.a={data:function(){return{copyright:"Rocket CSS is built by Ryan and maintained by a group of collaborators."}}}},yHEx:function(t,a,s){"use strict";var r=s("1wVj"),i=s("VU/8")(null,r.a,!1,null,null,null);i.options.__file="components/navbar.vue",a.a=i.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/layouts/default.c791e191015f53d6b16a.js b/docs/_nuxt/layouts/default.c791e191015f53d6b16a.js deleted file mode 100644 index c185af1..0000000 --- a/docs/_nuxt/layouts/default.c791e191015f53d6b16a.js +++ /dev/null @@ -1 +0,0 @@ -webpackJsonp([1],{AQ9j:function(e,o,t){(e.exports=t("FZ+f")(!1)).push([e.i,"html{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;word-spacing:1px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}*,:after,:before,html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{margin:0}.button--green{display:inline-block;border-radius:4px;border:1px solid #3b8070;color:#3b8070;text-decoration:none;padding:10px 30px}.button--green:hover{color:#fff;background-color:#3b8070}.button--grey{display:inline-block;border-radius:4px;border:1px solid #35495e;color:#35495e;text-decoration:none;padding:10px 30px;margin-left:15px}.button--grey:hover{color:#fff;background-color:#35495e}",""])},DLCH:function(e,o,t){"use strict";var r=function(){var e=this.$createElement,o=this._self._c||e;return o("div",[o("nuxt")],1)};r._withStripped=!0;var n={render:r,staticRenderFns:[]};o.a=n},Edis:function(e,o,t){var r=t("AQ9j");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);t("rjj0")("29a40a0e",r,!1,{sourceMap:!1})},Ma2J:function(e,o,t){"use strict";Object.defineProperty(o,"__esModule",{value:!0});var r=t("DLCH"),n=!1;var i=function(e){n||t("Edis")},a=t("VU/8")(null,r.a,!1,i,null,null);a.options.__file="layouts/default.vue",o.default=a.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/layouts/docs.24f5194bd73663e2b024.js b/docs/_nuxt/layouts/docs.24f5194bd73663e2b024.js new file mode 100644 index 0000000..3eb0387 --- /dev/null +++ b/docs/_nuxt/layouts/docs.24f5194bd73663e2b024.js @@ -0,0 +1 @@ +webpackJsonp([0],{"1wVj":function(t,s,a){"use strict";var i=function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("nav",{staticClass:"rkt-navbar rkt-navbar-primary"},[s("nuxt-link",{staticClass:"rkt-navbar-brand rkt-text-white",attrs:{to:"/",exact:""}},[this._v("Rocket CSS")]),this._m(0),s("div",{staticClass:"rkt-navbar-collapse"},[s("ul",{staticClass:"rkt-navbar-nav"},[s("li",[s("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/","active-class":"rkt-font-weight-bold rkt-nav-link-active",exact:""}},[this._v("Home")])],1),s("li",[s("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/docs","active-class":"rkt-font-weight-bold rkt-nav-link-active"}},[this._v("Documentation")])],1),s("li",[s("nuxt-link",{staticClass:"rkt-nav-link rkt-text-white",attrs:{to:"/about","active-class":"rkt-font-weight-bold rkt-nav-link-active",exact:""}},[this._v("About")])],1)])]),this._m(1)],1)])};i._withStripped=!0;var r={render:i,staticRenderFns:[function(){var t=this.$createElement,s=this._self._c||t;return s("button",{staticClass:"rkt-navbar-toggle rkt-ml-auto",attrs:{type:"button"}},[s("span",{staticClass:"rkt-navbar-toggle-bar"}),s("span",{staticClass:"rkt-navbar-toggle-bar"}),s("span",{staticClass:"rkt-navbar-toggle-bar"})])},function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-ml-auto rkt-d-none-mobile"},[s("a",{staticClass:"rkt-btn rkt-btn-outline-white rkt-nav-icon-btn rkt-m-r-1",attrs:{href:"https://github.com/sts-ryan-holton/rocket-css",target:"_blank"}},[s("i",{staticClass:"fab fa-github"})]),s("a",{staticClass:"rkt-btn rkt-btn-outline-white",attrs:{href:"#",download:""}},[this._v("Download")])])}]};s.a=r},"4XOb":function(t,s,a){"use strict";var i=function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("app-nav"),s("div",{staticClass:"rkt-container-fluid"},[s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col rkt-col-is-one-quarter rkt-docs-nav-sidebar"},[s("docs-nav")],1),s("div",{staticClass:"rkt-col"},[s("nuxt")],1)])]),s("docs-footer")],1)};i._withStripped=!0;var r={render:i,staticRenderFns:[]};s.a=r},"8U/K":function(t,s,a){"use strict";var i=a("yHEx"),r=a("OVdy"),e=a("QQaZ");s.a={components:{"app-nav":i.a,"docs-footer":r.a,"docs-nav":e.a},scrollToTop:!0,data:function(){return{}}}},KgRc:function(t,s,a){"use strict";var i=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[a("nav",[a("div",{staticClass:"rkt-docnav-item"},[a("nuxt-link",{staticClass:"rkt-docs-item rkt-d-block rkt-p-y-1",attrs:{to:"/docs","active-class":"rkt-docs-item-active",exact:""}},[t._v("Getting Started")]),a("ul",{staticClass:"rkt-marginless rkt-paddingless"},[a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs","active-class":"rkt-docs-item-active",exact:""}},[t._v("Welcome")])],1)])],1),a("div",{staticClass:"rkt-docnav-item"},[a("nuxt-link",{staticClass:"rkt-docs-item rkt-d-block rkt-p-y-1",attrs:{to:"/docs/layout/grid","active-class":"rkt-docs-item-active"}},[t._v("Layout")]),a("ul",{staticClass:"rkt-marginless rkt-paddingless"},[a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs/layout/grid","active-class":"rkt-docs-item-active",exact:""}},[t._v("Grid")])],1)])],1),a("div",{staticClass:"rkt-docnav-item"},[a("nuxt-link",{staticClass:"rkt-docs-item rkt-d-block rkt-p-y-1",attrs:{to:"/docs/components/buttons","active-class":"rkt-docs-item-active"}},[t._v("Components")]),a("ul",{staticClass:"rkt-marginless rkt-paddingless"},[a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs/components/buttons","active-class":"rkt-docs-item-active",exact:""}},[t._v("Buttons")])],1),a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs/components/hero","active-class":"rkt-docs-item-active",exact:""}},[t._v("Hero")])],1)])],1),a("div",{staticClass:"rkt-docnav-item"},[a("nuxt-link",{staticClass:"rkt-docs-item rkt-d-block rkt-p-y-1",attrs:{to:"/docs/utilities/colours","active-class":"rkt-docs-item-active"}},[t._v("Utilities")]),a("ul",{staticClass:"rkt-marginless rkt-paddingless"},[a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs/utilities/colours","active-class":"rkt-docs-item-active",exact:""}},[t._v("Colours")])],1),a("li",[a("nuxt-link",{staticClass:"rkt-docs-item rkt-text-secondary rkt-d-block rkt-p-y-1",attrs:{to:"/docs/utilities/spacing","active-class":"rkt-docs-item-active",exact:""}},[t._v("Spacing")])],1)])],1)])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};s.a=r},OVdy:function(t,s,a){"use strict";var i=a("W7HA"),r=a("x/7C"),e=a("VU/8")(i.a,r.a,!1,null,null,null);e.options.__file="components/docs-footer.vue",s.a=e.exports},QQaZ:function(t,s,a){"use strict";var i=a("n1R0"),r=a("KgRc"),e=a("VU/8")(i.a,r.a,!1,null,null,null);e.options.__file="components/docs-nav.vue",s.a=e.exports},W7HA:function(t,s,a){"use strict";s.a={data:function(){return{copyright:"Rocket CSS is built by Ryan and maintained by a group of collaborators."}}}},ecbd:function(t,s,a){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var i=a("8U/K"),r=a("4XOb"),e=a("VU/8")(i.a,r.a,!1,null,null,null);e.options.__file="layouts/docs.vue",s.default=e.exports},n1R0:function(t,s,a){"use strict";s.a={data:function(){return{}}}},"x/7C":function(t,s,a){"use strict";var i=function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("footer",{staticClass:"rkt-bg-primary rkt-p-y-2"},[s("div",{staticClass:"rkt-container"},[s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col rkt-footer-links"},[s("ul",{staticClass:"rkt-paddingless rkt-marginless"},[this._m(0),s("li",{staticClass:"rkt-m-l-2"},[s("nuxt-link",{staticClass:"rkt-text-white rkt-font-weight-normal",attrs:{to:"/",exact:""}},[this._v("Home")])],1)])])]),s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col"},[s("small",[s("p",{staticClass:"rkt-text-white rkt-font-weight-light rkt-marginless",domProps:{innerHTML:this._s(this.copyright)}})])])])])])])};i._withStripped=!0;var r={render:i,staticRenderFns:[function(){var t=this.$createElement,s=this._self._c||t;return s("li",[s("a",{staticClass:"rkt-text-white rkt-font-weight-normal",attrs:{href:"https://github.com/sts-ryan-holton/rocket-css",target:"_blank"}},[this._v("Github")])])}]};s.a=r},yHEx:function(t,s,a){"use strict";var i=a("1wVj"),r=a("VU/8")(null,i.a,!1,null,null,null);r.options.__file="components/navbar.vue",s.a=r.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/manifest.3bd25bac2f3defb16296.js b/docs/_nuxt/manifest.3bd25bac2f3defb16296.js deleted file mode 100644 index 50c0d8e..0000000 --- a/docs/_nuxt/manifest.3bd25bac2f3defb16296.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,c,a){for(var u,i,f,s=0,l=[];sRocket CSS is different",text:"Rocket CSS is a small, lightweight CSS-only framework that allows you to quickly build web applications without the hassle of remembering 1,000s of classes. Unlike other CSS frameworks like Twitter Bootstrap, Rocket CSS comes with a handful of simple components which are all prefixed with the class .rkt- which makes it easier to integrate Rocket CSS into an existing site."},two:{title:"Rocket CSS features"},three:{title:"The fastest CSS framework documentation",text:"Unlike other CSS frameworks, our documentation is super fast thanks to Vue JS. We utilise Nuxt JS which extends and provides a boilerplate for building SPAs, great for building out documentation for Rocket CSS."}}}},head:{title:"About Rocket CSS - Lightweight, modern CSS framework.",meta:[{hid:"description",name:"description",content:"Learn more about Rocket CSS, how it started and how it aims to be different from other mainstream CSS frameworks."}]}}},Sqek:function(t,s,e){t.exports=e.p+"img/css.feb902f.svg"},hSk2:function(t,s,e){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var i=e("IRLF"),r=e("lZJo"),a=e("VU/8")(i.a,r.a,!1,null,null,null);a.options.__file="pages/about.vue",s.default=a.exports},lZJo:function(t,s,e){"use strict";var i=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",[e("section",{staticClass:"rkt-hero rkt-hero-large rkt-bg-light rkt-marginless"},[e("div",{staticClass:"rkt-hero-body"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col"},[e("h1",{staticClass:"rkt-marginless"},[t._v(t._s(t.pageTitle))]),e("p",{staticClass:"rkt-lead"},[t._v("\n "+t._s(t.description)+"\n ")])])])])])]),e("section",{staticClass:"rkt-p-t-3"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col rkt-col-is-three-quarters rkt-ml-auto rkt-mr-auto rkt-is-tablet"},[e("h2",{staticClass:"rkt-font-weight-normal rkt-m-y-0",domProps:{innerHTML:t._s(t.section.one.title)}}),e("p",{staticClass:"rkt-text-dark rkt-font-weight-light",domProps:{innerHTML:t._s(t.section.one.text)}})])])])]),e("section",[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col rkt-col-is-three-quarters rkt-ml-auto rkt-mr-auto rkt-is-tablet"},[e("h2",{staticClass:"rkt-font-weight-normal rkt-m-y-0",domProps:{innerHTML:t._s(t.section.two.title)}})])]),t._m(0)])]),e("section",{staticClass:"rkt-p-b-3"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col rkt-col-is-three-quarters rkt-ml-auto rkt-mr-auto rkt-is-tablet"},[e("h2",{staticClass:"rkt-font-weight-normal rkt-m-y-0",domProps:{innerHTML:t._s(t.section.three.title)}}),e("p",{staticClass:"rkt-text-dark rkt-font-weight-light",domProps:{innerHTML:t._s(t.section.three.text)}})])])])])])},r=[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col rkt-col-is-three-quarters rkt-ml-auto rkt-mr-auto rkt-is-tablet"},[s("div",{staticClass:"rkt-row rkt-text-center rkt-is-mobile"},[s("div",{staticClass:"rkt-col"},[s("h4",{staticClass:"rkt-marginless"},[this._v("Lightweight")]),s("p",{staticClass:"rkt-font-weight-light"},[s("small",[this._v("All our components are lightweight.")])]),s("img",{staticClass:"rkt-img-fluid feature-icon",attrs:{src:e("uHHd"),alt:"Rocket CSS - Lightweight components"}})]),s("div",{staticClass:"rkt-col"},[s("h4",{staticClass:"rkt-marginless"},[this._v("Pure CSS / No JS")]),s("p",{staticClass:"rkt-font-weight-light"},[s("small",[this._v("A CSS only framework.")])]),s("img",{staticClass:"rkt-img-fluid feature-icon",attrs:{src:e("Sqek"),alt:"Rocket CSS - CSS only, no JS"}})]),s("div",{staticClass:"rkt-col"},[s("h4",{staticClass:"rkt-marginless"},[this._v("Built with Flexbox")]),s("p",{staticClass:"rkt-font-weight-light"},[s("small",[this._v("No more static layouts.")])]),s("img",{staticClass:"rkt-img-fluid feature-icon",attrs:{src:e("BdIV"),alt:"Rocket CSS - Flexbox CSS framework"}})])])])])}];i._withStripped=!0;var a={render:i,staticRenderFns:r};s.a=a},uHHd:function(t,s,e){t.exports=e.p+"img/lightweight.b00ced8.svg"}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/components/buttons.34c5dcb9464d433a90a7.js b/docs/_nuxt/pages/docs/components/buttons.34c5dcb9464d433a90a7.js new file mode 100644 index 0000000..c4401d9 --- /dev/null +++ b/docs/_nuxt/pages/docs/components/buttons.34c5dcb9464d433a90a7.js @@ -0,0 +1 @@ +webpackJsonp([9],{MZLJ:function(t,e,s){"use strict";e.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Buttons",description:"Buttons are used everywhere in applications. Use the Rocket CSS buttons component to add navigation to your site."}}},head:{title:"Buttons - Rocket CSS",meta:[{hid:"description",name:"description",content:"Quickly add our button component to your application using Rocket CSS."}]}}},iNio:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s("MZLJ"),n=s("rSE1"),o=s("VU/8")(i.a,n.a,!1,null,null,null);o.options.__file="pages/docs/components/buttons.vue",e.default=o.exports},rSE1:function(t,e,s){"use strict";var i=function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[e("div",{staticClass:"rkt-hero-body"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col"},[e("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v(this._s(this.banner.mainTitle))]),e("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[this._v("\n "+this._s(this.banner.description)+"\n ")])])])])])])])};i._withStripped=!0;var n={render:i,staticRenderFns:[]};e.a=n}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/components/hero.98e070d1b9074fc0e38d.js b/docs/_nuxt/pages/docs/components/hero.98e070d1b9074fc0e38d.js new file mode 100644 index 0000000..80fbfb7 --- /dev/null +++ b/docs/_nuxt/pages/docs/components/hero.98e070d1b9074fc0e38d.js @@ -0,0 +1 @@ +webpackJsonp([8],{QPjz:function(t,e,s){"use strict";e.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Hero",description:"Use our Hero component in Rocket CSS to add page banners to your website."}}},head:{title:"Hero - Rocket CSS",meta:[{hid:"description",name:"description",content:"Use our Hero component in Rocket CSS to add page banners to your website."}]}}},VqGt:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=s("QPjz"),i=s("ciee"),o=s("VU/8")(r.a,i.a,!1,null,null,null);o.options.__file="pages/docs/components/hero.vue",e.default=o.exports},ciee:function(t,e,s){"use strict";var r=function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[e("div",{staticClass:"rkt-hero-body"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col"},[e("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v(this._s(this.banner.mainTitle))]),e("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[this._v("\n "+this._s(this.banner.description)+"\n ")])])])])])])])};r._withStripped=!0;var i={render:r,staticRenderFns:[]};e.a=i}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/index.508f4db307cc39f09b0f.js b/docs/_nuxt/pages/docs/index.508f4db307cc39f09b0f.js new file mode 100644 index 0000000..6eee6bb --- /dev/null +++ b/docs/_nuxt/pages/docs/index.508f4db307cc39f09b0f.js @@ -0,0 +1 @@ +webpackJsonp([7],{AZbn:function(t,s,e){"use strict";s.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Getting Started",description:"Get started with Rocket CSS. Here you'll find everything you need to get up and running with this open source, lightweight CSS framework."}}},head:{title:"Docs - Rocket CSS",meta:[{hid:"description",name:"description",content:"Learn the quickest way to get started with Rocket CSS."}]}}},"Eu/n":function(t,s,e){"use strict";var i=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",[e("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[e("div",{staticClass:"rkt-hero-body"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row"},[e("div",{staticClass:"rkt-col"},[e("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[t._v(t._s(t.banner.mainTitle))]),e("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[t._v("\n "+t._s(t.banner.description)+"\n ")])])])])])]),e("div",{staticClass:"rkt-row rkt-m-t-2"},[e("div",{staticClass:"rkt-col rkt-p-x-2"},[e("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[t._v("CSS")]),e("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n The easiest way to get up and running with Rocket CSS is to download Rocket CSS and include either our minified, or non-minified version of Rocket CSS.\n ")]),e("a",{staticClass:"rkt-btn rkt-btn-outline-primary rkt-btn-medium rkt-m-t-1",attrs:{href:"#"}},[e("strong",[t._v("Download")]),t._v(" "+t._s(t.rocketVersion))])])]),t._m(0),t._m(1),t._m(2),t._m(3)])};i._withStripped=!0;var r={render:i,staticRenderFns:[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row rkt-m-t-2"},[s("div",{staticClass:"rkt-col rkt-p-x-2"},[s("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v("Include in your project")]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n After you've downloaded Rocket CSS, you'll need to add it to the "),s("code",[this._v("")])]),s("figure",{staticClass:"rkt-highlight"},[s("code",[this._v('\n \n ')])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row rkt-m-t-2"},[s("div",{staticClass:"rkt-col rkt-p-x-2"},[s("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v("NPM")]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n (Coming Soon)\n ")])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row rkt-m-t-2"},[s("div",{staticClass:"rkt-col rkt-p-x-2"},[s("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v("JS")]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n Rocket CSS is a pure CSS only framework. We provide basic classes for adding Javascript functionality, but you'll have to build this functionality.\n ")])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row rkt-m-t-2"},[s("div",{staticClass:"rkt-col rkt-p-x-2"},[s("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v("Community")]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n New feature idea? Or found a bug? Rocket CSS is community focused, we rely on the community to help build this framework, so if you find something, feel free to open a "),s("a",{attrs:{href:"https://github.com/sts-ryan-holton/rocket-css/issues/new",target:"_blank"}},[this._v("Github issue.")])]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n Please search Github issues before opening a new one.\n ")])])])}]};s.a=r},"Ty/d":function(t,s,e){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var i=e("AZbn"),r=e("Eu/n"),a=e("VU/8")(i.a,r.a,!1,null,null,null);a.options.__file="pages/docs/index.vue",s.default=a.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/layout/grid.317562e8e48dada748f4.js b/docs/_nuxt/pages/docs/layout/grid.317562e8e48dada748f4.js new file mode 100644 index 0000000..036eaca --- /dev/null +++ b/docs/_nuxt/pages/docs/layout/grid.317562e8e48dada748f4.js @@ -0,0 +1 @@ +webpackJsonp([6],{KxXE:function(t,s,r){"use strict";var i=function(){var t=this,s=t.$createElement,r=t._self._c||s;return r("div",[r("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[r("div",{staticClass:"rkt-hero-body"},[r("div",{staticClass:"rkt-container"},[r("div",{staticClass:"rkt-row"},[r("div",{staticClass:"rkt-col"},[r("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[t._v(t._s(t.banner.mainTitle))]),r("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[t._v("\n "+t._s(t.banner.description)+"\n ")])])])])])]),t._m(0),t._m(1),t._m(2),t._m(3)])};i._withStripped=!0;var e={render:i,staticRenderFns:[function(){var t=this,s=t.$createElement,r=t._self._c||s;return r("div",{staticClass:"rkt-row rkt-m-t-2"},[r("div",{staticClass:"rkt-col rkt-p-x-2"},[r("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"basics"}},[t._v("Basics"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#basics"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n Getting started with the Rocket CSS grid is easy. Follow these simple steps:\n ")]),r("ul",{staticClass:"rkt-list"},[r("li",[t._v("\n 1. Add a "),r("code",[t._v(".rkt-row")]),t._v(" wrapper.\n ")]),r("li",[t._v("\n 2. Add a "),r("code",[t._v(".rkt-col")]),t._v(" column.\n ")])]),r("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n Each "),r("strong",[t._v("column")]),t._v(" will have an equal size regardless of the number of columns.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center"},[r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])]),r("figure",{staticClass:"rkt-highlight rkt-highlight-code"},[r("pre",[r("code",[t._v('\n
\n
\n .rkt-col\n
\n
\n .rkt-col\n
\n
\n .rkt-col\n
\n
\n .rkt-col\n
\n
\n')])])])])])},function(){var t=this,s=t.$createElement,r=t._self._c||s;return r("div",{staticClass:"rkt-row rkt-m-t-2"},[r("div",{staticClass:"rkt-col rkt-p-x-2"},[r("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"sizes"}},[t._v("Sizes"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#sizes"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n You can change the size of a "),r("strong",[t._v("column")]),t._v(" by adding one of these classes to a "),r("code",[t._v(".rkt-col")]),t._v(" column\n ")]),r("ul",{staticClass:"rkt-list"},[r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-one-quarter")])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-half")])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-three-quarters")])])]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center rkt-is-widescreen"},[r("div",{staticClass:"rkt-col rkt-col-is-three-quarters"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col-is-three-quarters\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])])]),r("div",{staticClass:"rkt-row rkt-text-center rkt-is-widescreen"},[r("div",{staticClass:"rkt-col rkt-col-is-half"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col-is-half\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])])]),r("div",{staticClass:"rkt-row rkt-text-center rkt-is-widescreen"},[r("div",{staticClass:"rkt-col rkt-col-is-one-quarter"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col-is-one-quarter\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n Auto\n ")])])])]),r("figure",{staticClass:"rkt-highlight rkt-highlight-code"},[r("pre",[r("code",[t._v('\n
\n
\n .rkt-col-is-three-quarters\n
\n
\n Auto\n
\n
\n Auto\n
\n
\n\n
\n
\n .rkt-col-is-half\n
\n
\n Auto\n
\n
\n Auto\n
\n
\n\n
\n
\n .rkt-col-is-one-quarter\n
\n
\n Auto\n
\n
\n Auto\n
\n
\n')])])])])])},function(){var t=this,s=t.$createElement,r=t._self._c||s;return r("div",{staticClass:"rkt-row rkt-m-t-2"},[r("div",{staticClass:"rkt-col rkt-p-x-2"},[r("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness"}},[t._v("Responsiveness"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n By default, "),r("strong",[t._v("columns")]),t._v(" will naturally wrap based on the viewport and content inside each column. If you'd like to make all columns "),r("strong",[t._v("stacked")]),t._v(" on different viewports, simply add one of the following classes to a "),r("code",[t._v(".rkt-row")])]),r("ul",{staticClass:"rkt-list"},[r("li",[t._v("\n - "),r("code",[t._v(".rkt-is-widescreen")])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-is-desktop")])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-is-tablet")])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-is-mobile")])])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Adding one of the above classes to a "),r("code",[t._v(".rkt-row")]),t._v(" will make all child "),r("code",[t._v(".rkt-col")]),t._v(" columns be stacked on that particular viewport and down.\n ")]),r("h3",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-widescreen"}},[t._v("Widescreen"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-widescreen"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Resize your browser to see the "),r("strong",[t._v("columns")]),t._v(" stack on the "),r("strong",[t._v("widescreen")]),t._v(" class.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center rkt-is-widescreen"},[r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])]),r("h3",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-desktop"}},[t._v("Desktop"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-desktop"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Resize your browser to see the "),r("strong",[t._v("columns")]),t._v(" stack on the "),r("strong",[t._v("desktop")]),t._v(" class.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center rkt-is-desktop"},[r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])]),r("h3",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-tablet"}},[t._v("Tablet"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-tablet"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Resize your browser to see the "),r("strong",[t._v("columns")]),t._v(" stack on the "),r("strong",[t._v("tablet")]),t._v(" class.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center rkt-is-tablet"},[r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])]),r("h3",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-mobile"}},[t._v("Mobile"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-mobile"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Resize your browser to see the "),r("strong",[t._v("columns")]),t._v(" stack on the "),r("strong",[t._v("mobile")]),t._v(" class.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-text-center rkt-is-mobile"},[r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])])])])},function(){var t=this,s=t.$createElement,r=t._self._c||s;return r("div",{staticClass:"rkt-row rkt-m-t-2"},[r("div",{staticClass:"rkt-col rkt-p-x-2"},[r("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-viewports"}},[t._v("Different column sizes per viewport"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-viewports"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n As well as using the basic classes for stacking columns, you can also change column sizes and utilise the same responsiveness classes at the same time. Simply add one of the viewport sizes, e.g: "),r("code",[t._v("desktop")]),t._v(" to the end of a particular column size. Example below:\n ")]),r("ul",{staticClass:"rkt-list"},[r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-three-quarters"),r("strong",[t._v("-widescreen")])])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-three-quarters"),r("strong",[t._v("-desktop")])])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-half"),r("strong",[t._v("-tablet")])])]),r("li",[t._v("\n - "),r("code",[t._v(".rkt-col-is-half"),r("strong",[t._v("-mobile")])])])]),r("p",{staticClass:"rkt-text-dark"}),r("h3",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"responsiveness-columns-widescreen"}},[t._v("Half Column: Widescreen"),r("a",{staticClass:"rkt-section-anchor",attrs:{href:"#responsiveness-columns-widescreen"}},[t._v("#")])]),r("p",{staticClass:"rkt-text-dark"},[t._v("\n Resize your browser to see the "),r("strong",[t._v("columns")]),t._v(" stack on the "),r("strong",[t._v("widescreen")]),t._v(" class.\n ")]),r("figure",{staticClass:"rkt-highlight"},[r("div",{staticClass:"rkt-row rkt-is-tablet rkt-text-center"},[r("div",{staticClass:"rkt-col rkt-col-is-half-widescreen"},[r("div",{staticClass:"rkt-bg-primary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col-is-half-widescreen\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])]),r("div",{staticClass:"rkt-col"},[r("div",{staticClass:"rkt-bg-secondary rkt-p-2 rkt-text-white"},[t._v("\n .rkt-col\n ")])])])])])])}]};s.a=e},M2DT:function(t,s,r){"use strict";s.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Grid",description:"Use the simple Rocket CSS grid to quickly build applications."}}},head:{title:"Grid - Rocket CSS",meta:[{hid:"description",name:"description",content:"Use the simple Rocket CSS grid to quickly build applications."}]}}},u8sV:function(t,s,r){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var i=r("M2DT"),e=r("KxXE"),a=r("VU/8")(i.a,e.a,!1,null,null,null);a.options.__file="pages/docs/layout/grid.vue",s.default=a.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/utilities/colours.5f74b7bc83c8a017b8c9.js b/docs/_nuxt/pages/docs/utilities/colours.5f74b7bc83c8a017b8c9.js new file mode 100644 index 0000000..078b53c --- /dev/null +++ b/docs/_nuxt/pages/docs/utilities/colours.5f74b7bc83c8a017b8c9.js @@ -0,0 +1 @@ +webpackJsonp([5],{CM8h:function(t,s,e){"use strict";s.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Colour",description:"Rocket CSS comes with many useful colour utility classes, use them to quickly add colour to your applications."}}},head:{title:"Colour - Rocket CSS",meta:[{hid:"description",name:"description",content:"Rocket CSS comes with many useful colour utility classes, use them to quickly add colour to your applications."}]}}},Zbul:function(t,s,e){"use strict";var i=function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[s("div",{staticClass:"rkt-hero-body"},[s("div",{staticClass:"rkt-container"},[s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col"},[s("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[this._v(this._s(this.banner.mainTitle))]),s("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[this._v("\n "+this._s(this.banner.description)+"\n ")])])])])])])])};i._withStripped=!0;var o={render:i,staticRenderFns:[]};s.a=o},ZnmO:function(t,s,e){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var i=e("CM8h"),o=e("Zbul"),r=e("VU/8")(i.a,o.a,!1,null,null,null);r.options.__file="pages/docs/utilities/colours.vue",s.default=r.exports}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/docs/utilities/spacing.ebbe5685108bd388c004.js b/docs/_nuxt/pages/docs/utilities/spacing.ebbe5685108bd388c004.js new file mode 100644 index 0000000..1b19ccc --- /dev/null +++ b/docs/_nuxt/pages/docs/utilities/spacing.ebbe5685108bd388c004.js @@ -0,0 +1 @@ +webpackJsonp([4],{oRXd:function(t,s,a){"use strict";s.a={layout:"docs",scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",banner:{mainTitle:"Spacing",description:"Take a look at how to quickly add Margin or Padding to your application to space content apart."}}},head:{title:"Spacing - Rocket CSS",meta:[{hid:"description",name:"description",content:"Take a look at how to quickly add Margin or Padding to your application to space content apart."}]}}},smIm:function(t,s,a){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var e=a("oRXd"),i=a("wox6"),o=a("VU/8")(e.a,i.a,!1,null,null,null);o.options.__file="pages/docs/utilities/spacing.vue",s.default=o.exports},wox6:function(t,s,a){"use strict";var e=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",[a("section",{staticClass:"rkt-hero rkt-hero rkt-hero-small rkt-marginless rkt-docs-hero"},[a("div",{staticClass:"rkt-hero-body"},[a("div",{staticClass:"rkt-container"},[a("div",{staticClass:"rkt-row"},[a("div",{staticClass:"rkt-col"},[a("h1",{staticClass:"rkt-font-weight-bold rkt-m-y-0"},[t._v(t._s(t.banner.mainTitle))]),a("p",{staticClass:"rkt-lead rkt-text-muted rkt-m-b-0"},[t._v("\n "+t._s(t.banner.description)+"\n ")])])])])])]),t._m(0),t._m(1)])};e._withStripped=!0;var i={render:e,staticRenderFns:[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"rkt-row rkt-m-t-2"},[a("div",{staticClass:"rkt-col rkt-p-x-2"},[a("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"notation"}},[t._v("Notation"),a("a",{staticClass:"rkt-section-anchor",attrs:{href:"#notation"}},[t._v("#")])]),a("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n Using the spacing classes in Rocket CSS is easy. Our spacing classes are similar to other frameworks such as Twitter Bootstrap. Spacing classes follow this format: "),a("code",[t._v(".rkt-{property}-{sides}-{size}")])]),a("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[t._v("\n There is one exception to the above format. This is with the "),a("strong",[t._v("auto")]),t._v(" spacing. For this, use the following format: "),a("code",[t._v(".rkt-{property}{sides}-{size}")])]),a("p",{staticClass:"rkt-text-dark"},[t._v("\n Take a look at spacing notation below:\n ")]),a("h4",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"spacing-property"}},[t._v("Property"),a("a",{staticClass:"rkt-section-anchor",attrs:{href:"#spacing-property"}},[t._v("#")])]),a("ul",{staticClass:"rkt-list"},[a("li",[a("code",[t._v("m")]),t._v(" - for classes that set "),a("strong",[t._v("margin.")])]),a("li",[a("code",[t._v("p")]),t._v(" - for classes that set "),a("strong",[t._v("padding.")])])]),a("h4",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"spacing-sides"}},[t._v("Sides"),a("a",{staticClass:"rkt-section-anchor",attrs:{href:"#spacing-sides"}},[t._v("#")])]),a("ul",{staticClass:"rkt-list"},[a("li",[a("code",[t._v("t")]),t._v(" - for classes that set "),a("strong",[t._v("top.")])]),a("li",[a("code",[t._v("r")]),t._v(" - for classes that set "),a("strong",[t._v("right.")])]),a("li",[a("code",[t._v("b")]),t._v(" - for classes that set "),a("strong",[t._v("bottom.")])]),a("li",[a("code",[t._v("l")]),t._v(" - for classes that set "),a("strong",[t._v("left.")])]),a("li",[a("code",[t._v("y")]),t._v(" - for classes that set "),a("strong",[t._v("top and bottom.")])]),a("li",[a("code",[t._v("x")]),t._v(" - for classes that set "),a("strong",[t._v("left and right.")])])]),a("h4",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"spacing-sizes"}},[t._v("Sizes"),a("a",{staticClass:"rkt-section-anchor",attrs:{href:"#spacing-sizes"}},[t._v("#")])]),a("ul",{staticClass:"rkt-list"},[a("li",[a("code",[t._v("0")]),t._v(" - for classes that remove "),a("strong",[t._v("margin or padding.")])]),a("li",[a("code",[t._v("1")]),t._v(" - for classes that set to "),a("code",[t._v("$default-spacing")])]),a("li",[a("code",[t._v("2")]),t._v(" - for classes that set "),a("code",[t._v("$default-spacing + 1")])]),a("li",[a("code",[t._v("3")]),t._v(" - for classes that set "),a("code",[t._v("$default-spacing + 2")])]),a("li",[a("code",[t._v("4")]),t._v(" - for classes that set "),a("code",[t._v("$default-spacing + 3")])]),a("li",[a("code",[t._v("5")]),t._v(" - for classes that set "),a("code",[t._v("$default-spacing + 4")])]),a("li",{staticClass:"rkt-p-b-0 rkt-m-b-0"},[a("code",[t._v("auto")]),t._v(" - for classes that set "),a("strong",[t._v("auto ")]),a("i",[t._v("(see spacing notation above on using auto)")])])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"rkt-row rkt-m-t-2"},[s("div",{staticClass:"rkt-col rkt-p-x-2"},[s("h2",{staticClass:"rkt-font-weight-bold rkt-m-y-0 rkt-section-title",attrs:{id:"spacing-auto"}},[this._v("Auto Spacing"),s("a",{staticClass:"rkt-section-anchor",attrs:{href:"#spacing-auto"}},[this._v("#")])]),s("p",{staticClass:"rkt-text-dark rkt-m-b-0"},[this._v("\n As discussed above, you can use "),s("strong",[this._v("auto")]),this._v(" instead of a value if required. To so so, use this format: "),s("code",[this._v(".rkt-{property}{sides}-{size}")])])])])}]};s.a=i}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/index.033f7029c449cd9b2dda.js b/docs/_nuxt/pages/index.033f7029c449cd9b2dda.js new file mode 100644 index 0000000..7c682b4 --- /dev/null +++ b/docs/_nuxt/pages/index.033f7029c449cd9b2dda.js @@ -0,0 +1 @@ +webpackJsonp([3],{"+ptz":function(t,e,r){"use strict";var s=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("section",{staticClass:"rkt-hero rkt-hero-extra-large rkt-marginless rkt-page-hero"},[s("div",{staticClass:"rkt-hero-body"},[s("div",{staticClass:"rkt-container"},[s("div",{staticClass:"rkt-row"},[s("div",{staticClass:"rkt-col rkt-col-is-three-quarters-desktop rkt-is-tablet"},[s("h1",{staticClass:"rkt-font-weight-light rkt-marginless"},[s("strong",[t._v(t._s(t.brand))]),t._v(" "+t._s(t.title))]),s("div",{staticClass:"rkt-d-flex-tablet rkt-flex-column-mobile rkt-p-y-2 rkt-home-buttons"},[s("nuxt-link",{staticClass:"rkt-btn rkt-btn-primary rkt-btn-large rkt-flex-fill-tablet",attrs:{to:"/docs"}},[t._v(t._s(t.button.one.text)),s("img",{staticClass:"rkt-m-l-1 rkt-align-middle rocket-icon rkt-d-none-mobile",attrs:{src:r("bxmm"),alt:"Rocket CSS - Lightweight Flexbox framework"}})]),s("a",{staticClass:"rkt-btn rkt-btn-outline-primary rkt-btn-large rkt-flex-fill-tablet rkt-m-l-1 rkt-marginless-mobile",attrs:{href:"#"}},[s("strong",[t._v(t._s(t.button.two.text))]),t._v(" "+t._s(t.rocketVersion)),s("i",{staticClass:"material-icons rkt-align-text-bottom rkt-m-l-1 rkt-d-none-mobile"},[t._v("save_alt")])])],1),s("p",{staticClass:"rkt-marginless rkt-text-muted"},[s("small",[t._v("Version: "+t._s(t.rocketVersion))])])]),t._m(0)])])])]),t._m(1)])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"rkt-col rkt-text-center"},[e("img",{staticClass:"rkt-img-fluid rocket-brand",attrs:{src:r("4m+4"),alt:"Rocket CSS - Lightweight Flexbox framework"}})])},function(){var t=this.$createElement,e=this._self._c||t;return e("section",{staticClass:"rkt-bg-light rkt-p-y-5 rkt-marginless rkt-home-guide"},[e("div",{staticClass:"rkt-container"},[e("div",{staticClass:"rkt-row rkt-is-tablet"},[e("div",{staticClass:"rkt-col"},[e("div",{staticClass:"rkt-p-r-2"},[e("h2",{staticClass:"rkt-marginless rkt-font-weight-normal"},[this._v("Installation")]),e("p",{staticClass:"rkt-marginless rkt-p-t-1 rkt-p-b-2 rkt-font-weight-light"},[this._v("\n Installing Rocket CSS is easy. Simply download the Rocket CSS framework from "),e("a",{attrs:{href:"https://github.com/sts-ryan-holton/rocket-css/releases",target:"_blank"}},[this._v("Github")]),this._v(" or NPM and include Rocket CSS in your project.\n ")])])]),e("div",{staticClass:"rkt-col"},[e("h2",{staticClass:"rkt-marginless rkt-font-weight-normal"},[this._v("Community")]),e("p",{staticClass:"rkt-marginless rkt-p-t-1 rkt-p-b-2 rkt-font-weight-light"},[e("strong",[this._v("Rocket CSS")]),this._v(" is managed by the community. If you'd like to see a particular feature implemented into this framework, feel free to open a Github issue.\n ")])])])])])}];s._withStripped=!0;var a={render:s,staticRenderFns:i};e.a=a},"/TYz":function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=r("izZ9"),i=r("+ptz"),a=r("VU/8")(s.a,i.a,!1,null,null,null);a.options.__file="pages/index.vue",e.default=a.exports},"4m+4":function(t,e,r){t.exports=r.p+"img/rocket-colour.fafbb61.svg"},bxmm:function(t,e,r){t.exports=r.p+"img/rocket.2b9d865.svg"},izZ9:function(t,e,r){"use strict";e.a={scrollToTop:!0,data:function(){return{rocketVersion:"v0.1.0-Alpha.1",brand:"Rocket CSS",title:"is an open source, lightweight CSS framework built using Flexbox.",button:{one:{text:"Get Started"},two:{text:"Download"}}}},head:{title:"Rocket CSS - simple, lightweight CSS framework built using Flexbox",meta:[{hid:"description",name:"description",content:"Rocket CSS is an open source, lightweight CSS framework built using Flexbox. Download for FREE today."}]}}}}); \ No newline at end of file diff --git a/docs/_nuxt/pages/index.9f6ced60f08d5133ed3a.js b/docs/_nuxt/pages/index.9f6ced60f08d5133ed3a.js deleted file mode 100644 index 40e31dd..0000000 --- a/docs/_nuxt/pages/index.9f6ced60f08d5133ed3a.js +++ /dev/null @@ -1 +0,0 @@ -webpackJsonp([0],{"+ptz":function(t,e,i){"use strict";var n=function(){var t=this.$createElement,e=this._self._c||t;return e("section",{staticClass:"container"},[e("div",[e("app-logo"),e("h2",{staticClass:"subtitle"},[this._v("\n "+this._s(this.title)+"\n ")])],1)])};n._withStripped=!0;var s={render:n,staticRenderFns:[]};e.a=s},"/TYz":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i("izZ9"),s=i("+ptz"),o=!1;var a=function(t){o||i("svN7")},l=i("VU/8")(n.a,s.a,!1,a,null,null);l.options.__file="pages/index.vue",e.default=l.exports},GlYu:function(t,e,i){(t.exports=i("FZ+f")(!1)).push([t.i,".container{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.title{font-family:Quicksand,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:block;font-weight:300;font-size:100px;color:#35495e;letter-spacing:1px}.subtitle{font-weight:300;font-size:42px;color:#526488;word-spacing:5px;padding-bottom:15px}.links{padding-top:15px}",""])},izZ9:function(t,e,i){"use strict";e.a={data:function(){return{title:"Home of the new lightweight Rocket CSS framework."}}}},svN7:function(t,e,i){var n=i("GlYu");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);i("rjj0")("c8aaf294",n,!1,{sourceMap:!1})}}); \ No newline at end of file diff --git a/docs/_nuxt/vendor.604f0ac8481e0aa8cad1.js b/docs/_nuxt/vendor.604f0ac8481e0aa8cad1.js new file mode 100644 index 0000000..4ac70f6 --- /dev/null +++ b/docs/_nuxt/vendor.604f0ac8481e0aa8cad1.js @@ -0,0 +1,2 @@ +/*! For license information please see LICENSES */ +webpackJsonp([10],{"+E39":function(t,e,n){t.exports=!n("S82l")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},"+ZMJ":function(t,e,n){var r=n("lOnJ");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},"+tPU":function(t,e,n){n("xGkn");for(var r=n("7KvD"),o=n("hJx8"),i=n("/bQp"),a=n("dSzd")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function h(t){var e=parseFloat(t);return isNaN(e)?t:e}function v(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var g=Object.prototype.hasOwnProperty;function _(t,e){return g.call(t,e)}function b(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var w=/-(\w)/g,x=b(function(t){return t.replace(w,function(t,e){return e?e.toUpperCase():""})}),O=b(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),A=/\B([A-Z])/g,k=b(function(t){return t.replace(A,"-$1").toLowerCase()});var S=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function C(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function j(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n0,Y=W&&W.indexOf("edge/")>0,X=(W&&W.indexOf("android"),W&&/iphone|ipad|ipod|ios/.test(W)||"ios"===Q),Z=(W&&/chrome\/\d+/.test(W),{}.watch),tt=!1;if(V)try{var et={};Object.defineProperty(et,"passive",{get:function(){tt=!0}}),window.addEventListener("test-passive",null,et)}catch(t){}var nt=function(){return void 0===z&&(z=!V&&!H&&void 0!==t&&"server"===t.process.env.VUE_ENV),z},rt=V&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ot(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,at="undefined"!=typeof Symbol&&ot(Symbol)&&"undefined"!=typeof Reflect&&ot(Reflect.ownKeys);it="undefined"!=typeof Set&&ot(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var st=T,ct=0,ut=function(){this.id=ct++,this.subs=[]};ut.prototype.addSub=function(t){this.subs.push(t)},ut.prototype.removeSub=function(t){m(this.subs,t)},ut.prototype.depend=function(){ut.target&&ut.target.addDep(this)},ut.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e-1)if(i&&!_(o,"default"))a=!1;else if(""===a||a===k(t)){var c=Ut(String,o.type);(c<0||s0&&(fe((u=t(u,(n||"")+"_"+c))[0])&&fe(l)&&(r[f]=yt(l.text+u[0].text),u.shift()),r.push.apply(r,u)):s(u)?fe(l)?r[f]=yt(l.text+u):""!==u&&r.push(yt(u)):fe(u)&&fe(l)?r[f]=yt(l.text+u.text):(a(e._isVList)&&i(u.tag)&&o(u.key)&&i(n)&&(u.key="__vlist"+n+"_"+c+"__"),r.push(u)));return r}(t):void 0}function fe(t){return i(t)&&i(t.text)&&function(t){return!1===t}(t.isComment)}function le(t,e){return(t.__esModule||at&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function pe(t){return t.isComment&&t.asyncFactory}function de(t){if(Array.isArray(t))for(var e=0;eEe&&Ae[n].id>t.id;)n--;Ae.splice(n+1,0,t)}else Ae.push(t);Ce||(Ce=!0,te(Te))}}(this)},Pe.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},Pe.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Pe.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},Pe.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||m(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var Me={enumerable:!0,configurable:!0,get:T,set:T};function Le(t,e,n){Me.get=function(){return this[e][n]},Me.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Me)}function Ie(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&xt(!1);var i=function(i){o.push(i);var a=Nt(i,e,n,t);Ct(r,i,a),i in t||Le(t,"_props",i)};for(var a in e)i(a);xt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]=null==e[n]?T:S(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;f(e=t._data="function"==typeof e?function(t,e){lt();try{return t.call(e,e)}catch(t){return qt(t,e,"data()"),{}}finally{pt()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&_(r,i)||B(i)||Le(t,"_data",i)}St(e,!0)}(t):St(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=nt();for(var o in e){var i=e[o],a="function"==typeof i?i:i.get;0,r||(n[o]=new Pe(t,a||T,T,Re)),o in t||De(t,o,i)}}(t,e.computed),e.watch&&e.watch!==Z&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o=0||n.indexOf(t[o])<0)&&r.push(t[o]);return r}return t}function pn(t){this._init(t)}function dn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Rt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Le(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)De(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,D.forEach(function(t){a[t]=n[t]}),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=j({},a.options),o[r]=a,a}}function hn(t){return t&&(t.Ctor.options.name||t.tag)}function vn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!l(t)&&t.test(e)}function yn(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=hn(a.componentOptions);s&&!e(s)&&mn(n,i,r,o)}}}function mn(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,m(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=un++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r,n._parentElm=e._parentElm,n._refElm=e._refElm;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Rt(fn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&ye(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=me(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return cn(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return cn(t,e,n,r,o,!0)};var i=n&&n.data;Ct(t,"$attrs",i&&i.attrs||r,null,!0),Ct(t,"$listeners",e._parentListeners||r,null,!0)}(e),Oe(e,"beforeCreate"),function(t){var e=Be(t.$options.inject,t);e&&(xt(!1),Object.keys(e).forEach(function(n){Ct(t,n,e[n])}),xt(!0))}(e),Ie(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Oe(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(pn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=jt,t.prototype.$delete=Et,t.prototype.$watch=function(t,e,n){if(f(e))return Fe(this,t,e,n);(n=n||{}).user=!0;var r=new Pe(this,t,e,n);return n.immediate&&e.call(this,r.value),function(){r.teardown()}}}(pn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){if(Array.isArray(t))for(var r=0,o=t.length;r1?C(n):n;for(var r=C(arguments,1),o=0,i=n.length;oparseInt(this.max)&&mn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return F}};Object.defineProperty(t,"config",e),t.util={warn:st,extend:j,mergeOptions:Rt,defineReactive:Ct},t.set=jt,t.delete=Et,t.nextTick=te,t.options=Object.create(null),D.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,j(t.options.components,_n),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=C(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Rt(this.options,t),this}}(t),dn(t),function(t){D.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&f(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(pn),Object.defineProperty(pn.prototype,"$isServer",{get:nt}),Object.defineProperty(pn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(pn,"FunctionalRenderContext",{value:Ze}),pn.version="2.5.17";var bn=v("style,class"),wn=v("input,textarea,option,select,progress"),xn=v("contenteditable,draggable,spellcheck"),On=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),An="http://www.w3.org/1999/xlink",kn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Sn=function(t){return kn(t)?t.slice(6,t.length):""},Cn=function(t){return null==t||!1===t};function jn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=En(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=En(e,n.data));return function(t,e){if(i(t)||i(e))return Tn(t,$n(e));return""}(e.staticClass,e.class)}function En(t,e){return{staticClass:Tn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Tn(t,e){return t?e?t+" "+e:t:e||""}function $n(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?tr(t,e,n):On(e)?Cn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):xn(e)?t.setAttribute(e,Cn(n)||"false"===n?"false":"true"):kn(e)?Cn(n)?t.removeAttributeNS(An,Sn(e)):t.setAttributeNS(An,e,n):tr(t,e,n)}function tr(t,e,n){if(Cn(n))t.removeAttribute(e);else{if(G&&!J&&"TEXTAREA"===t.tagName&&"placeholder"===e&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var er={create:Xn,update:Xn};function nr(t,e){var n=e.elm,r=e.data,a=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var s=jn(e),c=n._transitionClasses;i(c)&&(s=Tn(s,$n(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var rr,or={create:nr,update:nr},ir="__r",ar="__c";function sr(t,e,n,r,o){e=function(t){return t._withTask||(t._withTask=function(){Jt=!0;var e=t.apply(null,arguments);return Jt=!1,e})}(e),n&&(e=function(t,e,n){var r=rr;return function o(){null!==t.apply(null,arguments)&&cr(e,o,n,r)}}(e,t,r)),rr.addEventListener(t,e,tt?{capture:r,passive:o}:r)}function cr(t,e,n,r){(r||rr).removeEventListener(t,e._withTask||e,n)}function ur(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};rr=e.elm,function(t){if(i(t[ir])){var e=G?"change":"input";t[e]=[].concat(t[ir],t[e]||[]),delete t[ir]}i(t[ar])&&(t.change=[].concat(t[ar],t.change||[]),delete t[ar])}(n),ae(n,r,sr,cr,e.context),rr=void 0}}var fr={create:ur,update:ur};function lr(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in i(c.__ob__)&&(c=e.data.domProps=j({},c)),s)o(c[n])&&(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n){a._value=r;var u=o(r)?"":String(r);pr(a,u)&&(a.value=u)}else a[n]=r}}}function pr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return h(n)!==h(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var dr={create:lr,update:lr},hr=b(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function vr(t){var e=yr(t.style);return t.staticStyle?j(t.staticStyle,e):e}function yr(t){return Array.isArray(t)?E(t):"string"==typeof t?hr(t):t}var mr,gr=/^--/,_r=/\s*!important$/,br=function(t,e,n){if(gr.test(e))t.style.setProperty(e,n);else if(_r.test(n))t.style.setProperty(e,n.replace(_r,""),"important");else{var r=xr(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Sr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Cr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&j(e,jr(t.name||"v")),j(e,t),e}return"string"==typeof t?jr(t):void 0}}var jr=b(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Er=V&&!J,Tr="transition",$r="animation",Pr="transition",Mr="transitionend",Lr="animation",Ir="animationend";Er&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Pr="WebkitTransition",Mr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Lr="WebkitAnimation",Ir="webkitAnimationEnd"));var Rr=V?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Dr(t){Rr(function(){Rr(t)})}function Nr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),kr(t,e))}function Fr(t,e){t._transitionClasses&&m(t._transitionClasses,e),Sr(t,e)}function Br(t,e,n){var r=qr(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===Tr?Mr:Ir,c=0,u=function(){t.removeEventListener(s,f),n()},f=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c0&&(n=Tr,f=a,l=i.length):e===$r?u>0&&(n=$r,f=u,l=c.length):l=(n=(f=Math.max(a,u))>0?a>u?Tr:$r:null)?n===Tr?i.length:c.length:0,{type:n,timeout:f,propCount:l,hasTransform:n===Tr&&Ur.test(r[Pr+"Property"])}}function zr(t,e){for(;t.length1}function Gr(t,e){!0!==e.data.show&&Vr(e)}var Jr=function(t){var e,n,r={},c=t.modules,u=t.nodeOps;for(e=0;eh?_(t,o(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&w(0,e,p,h)}(c,d,h,n,s):i(h)?(i(t.text)&&u.setTextContent(c,""),_(c,null,h,0,h.length-1,n)):i(d)?w(0,d,0,d.length-1):i(t.text)&&u.setTextContent(c,""):t.text!==e.text&&u.setTextContent(c,e.text),i(p)&&i(f=p.hook)&&i(f=f.postpatch)&&f(t,e)}}}function k(t,e,n){if(a(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(M(eo(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function to(t,e){return e.every(function(e){return!M(e,t)})}function eo(t){return"_value"in t?t._value:t.value}function no(t){t.target.composing=!0}function ro(t){t.target.composing&&(t.target.composing=!1,oo(t.target,"input"))}function oo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function io(t){return!t.componentInstance||t.data&&t.data.transition?t:io(t.componentInstance._vnode)}var ao={model:Yr,show:{bind:function(t,e,n){var r=e.value,o=(n=io(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,Vr(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=io(n)).data&&n.data.transition?(n.data.show=!0,r?Vr(n,function(){t.style.display=t.__vOriginalDisplay}):Hr(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},so={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function co(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?co(de(e.children)):t}function uo(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[x(i)]=o[i];return e}function fo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var lo={name:"transition",props:so,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag||pe(t)})).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=co(o);if(!i)return o;if(this._leaving)return fo(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=uo(this),u=this._vnode,f=co(u);if(i.data.directives&&i.data.directives.some(function(t){return"show"===t.name})&&(i.data.show=!0),f&&f.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,f)&&!pe(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var l=f.data.transition=j({},c);if("out-in"===r)return this._leaving=!0,se(l,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),fo(t,o);if("in-out"===r){if(pe(i))return u;var p,d=function(){p()};se(c,"afterEnter",d),se(c,"enterCancelled",d),se(l,"delayLeave",function(t){p=t})}}return o}}},po=j({tag:String,moveClass:String},so);function ho(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function vo(t){t.data.newPos=t.elm.getBoundingClientRect()}function yo(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete po.mode;var mo={Transition:lo,TransitionGroup:{props:po,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=uo(this),s=0;s-1?Rn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Rn[t]=/HTMLUnknownElement/.test(e.toString())},j(pn.options.directives,ao),j(pn.options.components,mo),pn.prototype.__patch__=V?Jr:T,pn.prototype.$mount=function(t,e){return function(t,e,n){return t.$el=e,t.$options.render||(t.$options.render=vt),Oe(t,"beforeMount"),new Pe(t,function(){t._update(t._render(),n)},T,null,!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Oe(t,"mounted")),t}(this,t=t&&V?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},V&&setTimeout(function(){F.devtools&&rt&&rt.emit("init",pn)},0),e.default=pn}.call(e,n("DuR2"),n("162o").setImmediate)},"/bQp":function(t,e){t.exports={}},"/n6Q":function(t,e,n){n("zQR9"),n("+tPU"),t.exports=n("Kh4W").f("iterator")},"/ocq":function(t,e,n){"use strict";function r(t,e){0}function o(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}Object.defineProperty(e,"__esModule",{value:!0});var i={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var a=o.$createElement,s=n.name,c=o.$route,u=o._routerViewCache||(o._routerViewCache={}),f=0,l=!1;o&&o._routerRoot!==o;)o.$vnode&&o.$vnode.data.routerView&&f++,o._inactive&&(l=!0),o=o.$parent;if(i.routerViewDepth=f,l)return a(u[s],i,r);var p=c.matched[f];if(!p)return u[s]=null,a();var d=u[s]=p.components[s];i.registerRouteInstance=function(t,e){var n=p.instances[s];(e&&n!==t||!e&&n===t)&&(p.instances[s]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){p.instances[s]=e.componentInstance};var h=i.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(c,p.props&&p.props[s]);if(h){h=i.props=function(t,e){for(var n in e)t[n]=e[n];return t}({},h);var v=i.attrs=i.attrs||{};for(var y in h)d.props&&y in d.props||(v[y]=h[y],delete h[y])}return a(d,i,r)}};var a=/[!'()*]/g,s=function(t){return"%"+t.charCodeAt(0).toString(16)},c=/%2C/g,u=function(t){return encodeURIComponent(t).replace(a,s).replace(c,",")},f=decodeURIComponent;function l(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=f(n.shift()),o=n.length>0?f(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function p(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return u(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(u(e)):r.push(u(e)+"="+u(t)))}),r.join("&")}return u(e)+"="+u(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var d=/\/?$/;function h(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=v(i)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:m(e,o),matched:t?function(t){var e=[];for(;t;)e.unshift(t),t=t.parent;return e}(t):[]};return n&&(a.redirectedFrom=m(n,o)),Object.freeze(a)}function v(t){if(Array.isArray(t))return t.map(v);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=v(t[n]);return e}return t}var y=h(null,{path:"/"});function m(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;return void 0===o&&(o=""),(n||"/")+(e||p)(r)+o}function g(t,e){return e===y?t===e:!!e&&(t.path&&e.path?t.path.replace(d,"")===e.path.replace(d,"")&&t.hash===e.hash&&_(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params)))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],o=e[n];return"object"==typeof r&&"object"==typeof o?_(r,o):String(r)===String(o)})}var b,w=[String,Object],x=[String,Array],O={name:"router-link",props:{to:{type:w,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:x,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,a=o.route,s=o.href,c={},u=n.options.linkActiveClass,f=n.options.linkExactActiveClass,l=null==u?"router-link-active":u,p=null==f?"router-link-exact-active":f,v=null==this.activeClass?l:this.activeClass,y=null==this.exactActiveClass?p:this.exactActiveClass,m=i.path?h(null,i,null,n):a;c[y]=g(r,m),c[v]=this.exact?c[y]:function(t,e){return 0===t.path.replace(d,"/").indexOf(e.path.replace(d,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,m);var _=function(t){A(t)&&(e.replace?n.replace(i):n.push(i))},w={click:A};Array.isArray(this.event)?this.event.forEach(function(t){w[t]=_}):w[this.event]=_;var x={class:c};if("a"===this.tag)x.on=w,x.attrs={href:s};else{var O=function t(e){if(e)for(var n,r=0;r=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}(o.path||""),c=e&&e.path||"/",u=s.path?C(s.path,c,n||o.append):c,f=function(t,e,n){void 0===e&&(e={});var r,o=n||l;try{r=o(t||"")}catch(t){r={}}for(var i in e)r[i]=e[i];return r}(s.query,o.query,r&&r.options.parseQuery),p=o.hash||s.hash;return p&&"#"!==p.charAt(0)&&(p="#"+p),{_normalized:!0,path:u,query:f,hash:p}}function J(t,e){for(var n in e)t[n]=e[n];return t}function Y(t,e){var n=W(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function a(t,n,a){var s=G(t,n,!1,e),u=s.name;if(u){var f=i[u];if(!f)return c(null,s);var l=f.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof s.params&&(s.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in s.params)&&l.indexOf(p)>-1&&(s.params[p]=n.params[p]);if(f)return s.path=Q(f.path,s.params),c(f,s,a)}else if(s.path){s.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function vt(t){return function(e,n,r){var i=!1,a=0,s=null;yt(t,function(t,e,n,c){if("function"==typeof t&&void 0===t.cid){i=!0,a++;var u,f=_t(function(e){(function(t){return t.__esModule||gt&&"Module"===t[Symbol.toStringTag]})(e)&&(e=e.default),t.resolved="function"==typeof e?e:b.extend(e),n.components[c]=e,--a<=0&&r()}),l=_t(function(t){var e="Failed to resolve async component "+c+": "+t;s||(s=o(t)?t:new Error(e),r(s))});try{u=t(f,l)}catch(t){l(t)}if(u)if("function"==typeof u.then)u.then(f,l);else{var p=u.component;p&&"function"==typeof p.then&&p.then(f,l)}}}),i||r()}}function yt(t,e){return mt(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function mt(t){return Array.prototype.concat.apply([],t)}var gt="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _t(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var bt=function(t,e){this.router=t,this.base=function(t){if(!t)if(S){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function wt(t,e,n,r){var o=yt(t,function(t,r,o,i){var a=function(t,e){"function"!=typeof t&&(t=b.extend(t));return t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map(function(t){return n(t,r,o,i)}):n(a,r,o,i)});return mt(r?o.reverse():o)}function xt(t,e){if(e)return function(){return t.apply(e,arguments)}}bt.prototype.listen=function(t){this.cb=t},bt.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},bt.prototype.onError=function(t){this.errorCbs.push(t)},bt.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},bt.prototype.confirmTransition=function(t,e,n){var i=this,a=this.current,s=function(t){o(t)&&(i.errorCbs.length?i.errorCbs.forEach(function(e){e(t)}):(r(),console.error(t))),n&&n(t)};if(g(t,a)&&t.matched.length===a.matched.length)return this.ensureURL(),s();var c=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n=0?e.slice(0,n):e)+"#"+t}function Et(t){st?pt(jt(t)):window.location.hash=t}function Tt(t){st?dt(jt(t)):window.location.replace(jt(t))}var $t=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(bt),Pt=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Y(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!st&&!1!==t.fallback,this.fallback&&(e="hash"),S||(e="abstract"),this.mode=e,e){case"history":this.history=new Ot(this,t.base);break;case"hash":this.history=new kt(this,t.base,this.fallback);break;case"abstract":this.history=new $t(this,t.base);break;default:0}},Mt={currentRoute:{configurable:!0}};function Lt(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}Pt.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},Mt.currentRoute.get=function(){return this.history&&this.history.current},Pt.prototype.init=function(t){var e=this;if(this.apps.push(t),!this.app){this.app=t;var n=this.history;if(n instanceof Ot)n.transitionTo(n.getCurrentLocation());else if(n instanceof kt){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},Pt.prototype.beforeEach=function(t){return Lt(this.beforeHooks,t)},Pt.prototype.beforeResolve=function(t){return Lt(this.resolveHooks,t)},Pt.prototype.afterEach=function(t){return Lt(this.afterHooks,t)},Pt.prototype.onReady=function(t,e){this.history.onReady(t,e)},Pt.prototype.onError=function(t){this.history.onError(t)},Pt.prototype.push=function(t,e,n){this.history.push(t,e,n)},Pt.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},Pt.prototype.go=function(t){this.history.go(t)},Pt.prototype.back=function(){this.go(-1)},Pt.prototype.forward=function(){this.go(1)},Pt.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},Pt.prototype.resolve=function(t,e,n){var r=G(t,e||this.history.current,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?j(t+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},Pt.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Pt.prototype,Mt),Pt.install=k,Pt.version="3.0.1",S&&window.Vue&&window.Vue.use(Pt),e.default=Pt},0:function(t,e,n){n("/5sW"),n("/ocq"),t.exports=n("p3jY")},"06OY":function(t,e,n){var r=n("3Eo+")("meta"),o=n("EqjI"),i=n("D2L2"),a=n("evD5").f,s=0,c=Object.isExtensible||function(){return!0},u=!n("S82l")(function(){return c(Object.preventExtensions({}))}),f=function(t){a(t,r,{value:{i:"O"+ ++s,w:{}}})},l=t.exports={KEY:r,NEED:!1,fastKey:function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!c(t))return"F";if(!e)return"E";f(t)}return t[r].i},getWeak:function(t,e){if(!i(t,r)){if(!c(t))return!0;if(!e)return!1;f(t)}return t[r].w},onFreeze:function(t){return u&&l.NEED&&c(t)&&!i(t,r)&&f(t),t}}},"162o":function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n("mypn"),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(e,n("DuR2"))},"1kS7":function(t,e){e.f=Object.getOwnPropertySymbols},"2KxR":function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},"3Eo+":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},"3fs2":function(t,e,n){var r=n("RY/4"),o=n("dSzd")("iterator"),i=n("/bQp");t.exports=n("FeBl").getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},"4mcu":function(t,e){t.exports=function(){}},"52gC":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"5QVw":function(t,e,n){t.exports={default:n("BwfY"),__esModule:!0}},"77Pl":function(t,e,n){var r=n("EqjI");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},"7KvD":function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"7UMu":function(t,e,n){var r=n("R9M2");t.exports=Array.isArray||function(t){return"Array"==r(t)}},"82Mu":function(t,e,n){var r=n("7KvD"),o=n("L42u").set,i=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,c="process"==n("R9M2")(a);t.exports=function(){var t,e,n,u=function(){var r,o;for(c&&(r=a.domain)&&r.exit();t;){o=t.fn,t=t.next;try{o()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){a.nextTick(u)};else if(!i||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var f=s.resolve(void 0);n=function(){f.then(u)}}else n=function(){o.call(r,u)};else{var l=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),n=function(){p.data=l=!l}}return function(r){var o={fn:r,next:void 0};e&&(e.next=o),t||(t=o,n()),e=o}}},"880/":function(t,e,n){t.exports=n("hJx8")},"94VQ":function(t,e,n){"use strict";var r=n("Yobk"),o=n("X8DO"),i=n("e6n0"),a={};n("hJx8")(a,n("dSzd")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:o(1,n)}),i(t,e+" Iterator")}},"9bBU":function(t,e,n){n("mClu");var r=n("FeBl").Object;t.exports=function(t,e,n){return r.defineProperty(t,e,n)}},BwfY:function(t,e,n){n("fWfb"),n("M6a0"),n("OYls"),n("QWe/"),t.exports=n("FeBl").Symbol},C4MV:function(t,e,n){t.exports={default:n("9bBU"),__esModule:!0}},CXw9:function(t,e,n){"use strict";var r,o,i,a,s=n("O4g8"),c=n("7KvD"),u=n("+ZMJ"),f=n("RY/4"),l=n("kM2E"),p=n("EqjI"),d=n("lOnJ"),h=n("2KxR"),v=n("NWt+"),y=n("t8x9"),m=n("L42u").set,g=n("82Mu")(),_=n("qARP"),b=n("dNDb"),w=n("iUbK"),x=n("fJUb"),O=c.TypeError,A=c.process,k=A&&A.versions,S=k&&k.v8||"",C=c.Promise,j="process"==f(A),E=function(){},T=o=_.f,$=!!function(){try{var t=C.resolve(1),e=(t.constructor={})[n("dSzd")("species")]=function(t){t(E,E)};return(j||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof e&&0!==S.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(t){}}(),P=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},M=function(t,e){if(!t._n){t._n=!0;var n=t._c;g(function(){for(var r=t._v,o=1==t._s,i=0,a=function(e){var n,i,a,s=o?e.ok:e.fail,c=e.resolve,u=e.reject,f=e.domain;try{s?(o||(2==t._h&&R(t),t._h=1),!0===s?n=r:(f&&f.enter(),n=s(r),f&&(f.exit(),a=!0)),n===e.promise?u(O("Promise-chain cycle")):(i=P(n))?i.call(n,c,u):c(n)):u(r)}catch(t){f&&!a&&f.exit(),u(t)}};n.length>i;)a(n[i++]);t._c=[],t._n=!1,e&&!t._h&&L(t)})}},L=function(t){m.call(c,function(){var e,n,r,o=t._v,i=I(t);if(i&&(e=b(function(){j?A.emit("unhandledRejection",o,t):(n=c.onunhandledrejection)?n({promise:t,reason:o}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",o)}),t._h=j||I(t)?2:1),t._a=void 0,i&&e.e)throw e.v})},I=function(t){return 1!==t._h&&0===(t._a||t._c).length},R=function(t){m.call(c,function(){var e;j?A.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},D=function(t){var e=this;e._d||(e._d=!0,(e=e._w||e)._v=t,e._s=2,e._a||(e._a=e._c.slice()),M(e,!0))},N=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw O("Promise can't be resolved itself");(e=P(t))?g(function(){var r={_w:n,_d:!1};try{e.call(t,u(N,r,1),u(D,r,1))}catch(t){D.call(r,t)}}):(n._v=t,n._s=1,M(n,!1))}catch(t){D.call({_w:n,_d:!1},t)}}};$||(C=function(t){h(this,C,"Promise","_h"),d(t),r.call(this);try{t(u(N,this,1),u(D,this,1))}catch(t){D.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n("xH/j")(C.prototype,{then:function(t,e){var n=T(y(this,C));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=j?A.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&M(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=u(N,t,1),this.reject=u(D,t,1)},_.f=T=function(t){return t===C||t===a?new i(t):o(t)}),l(l.G+l.W+l.F*!$,{Promise:C}),n("e6n0")(C,"Promise"),n("bRrM")("Promise"),a=n("FeBl").Promise,l(l.S+l.F*!$,"Promise",{reject:function(t){var e=T(this);return(0,e.reject)(t),e.promise}}),l(l.S+l.F*(s||!$),"Promise",{resolve:function(t){return x(s&&this===a?C:this,t)}}),l(l.S+l.F*!($&&n("dY0y")(function(t){C.all(t).catch(E)})),"Promise",{all:function(t){var e=this,n=T(e),r=n.resolve,o=n.reject,i=b(function(){var n=[],i=0,a=1;v(t,!1,function(t){var s=i++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||r(n))},o)}),--a||r(n)});return i.e&&o(i.v),n.promise},race:function(t){var e=this,n=T(e),r=n.reject,o=b(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},Cdx3:function(t,e,n){var r=n("sB3e"),o=n("lktj");n("uqUo")("keys",function(){return function(t){return o(r(t))}})},D2L2:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},Dd8w:function(t,e,n){"use strict";e.__esModule=!0;var r=function(t){return t&&t.__esModule?t:{default:t}}(n("woOf"));e.default=r.default||function(t){for(var e=1;ec;)r(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}},Kh4W:function(t,e,n){e.f=n("dSzd")},L42u:function(t,e,n){var r,o,i,a=n("+ZMJ"),s=n("knuC"),c=n("RPLV"),u=n("ON07"),f=n("7KvD"),l=f.process,p=f.setImmediate,d=f.clearImmediate,h=f.MessageChannel,v=f.Dispatch,y=0,m={},g=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},_=function(t){g.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return m[++y]=function(){s("function"==typeof t?t:Function(t),e)},r(y),y},d=function(t){delete m[t]},"process"==n("R9M2")(l)?r=function(t){l.nextTick(a(g,t,1))}:v&&v.now?r=function(t){v.now(a(g,t,1))}:h?(i=(o=new h).port2,o.port1.onmessage=_,r=a(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",_,!1)):r="onreadystatechange"in u("script")?function(t){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),g.call(t)}}:function(t){setTimeout(a(g,t,1),0)}),t.exports={set:p,clear:d}},LKZe:function(t,e,n){var r=n("NpIQ"),o=n("X8DO"),i=n("TcQ7"),a=n("MmMw"),s=n("D2L2"),c=n("SfB7"),u=Object.getOwnPropertyDescriptor;e.f=n("+E39")?u:function(t,e){if(t=i(t),e=a(e,!0),c)try{return u(t,e)}catch(t){}if(s(t,e))return o(!r.f.call(t,e),t[e])}},M6a0:function(t,e){},MU5D:function(t,e,n){var r=n("R9M2");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},MU8w:function(t,e,n){"use strict";t.exports=n("hKoQ").polyfill()},Mhyx:function(t,e,n){var r=n("/bQp"),o=n("dSzd")("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},MmMw:function(t,e,n){var r=n("EqjI");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},"NWt+":function(t,e,n){var r=n("+ZMJ"),o=n("msXi"),i=n("Mhyx"),a=n("77Pl"),s=n("QRG4"),c=n("3fs2"),u={},f={};(e=t.exports=function(t,e,n,l,p){var d,h,v,y,m=p?function(){return t}:c(t),g=r(n,l,e?2:1),_=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(i(m)){for(d=s(t.length);d>_;_++)if((y=e?g(a(h=t[_])[0],h[1]):g(t[_]))===u||y===f)return y}else for(v=m.call(t);!(h=v.next()).done;)if((y=o(v,g,h.value,e))===u||y===f)return y}).BREAK=u,e.RETURN=f},NpIQ:function(t,e){e.f={}.propertyIsEnumerable},O4g8:function(t,e){t.exports=!0},ON07:function(t,e,n){var r=n("EqjI"),o=n("7KvD").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},OYls:function(t,e,n){n("crlp")("asyncIterator")},PzxK:function(t,e,n){var r=n("D2L2"),o=n("sB3e"),i=n("ax3d")("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},QRG4:function(t,e,n){var r=n("UuGF"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},"QWe/":function(t,e,n){n("crlp")("observable")},R4wc:function(t,e,n){var r=n("kM2E");r(r.S+r.F,"Object",{assign:n("To3L")})},R9M2:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},RPLV:function(t,e,n){var r=n("7KvD").document;t.exports=r&&r.documentElement},"RY/4":function(t,e,n){var r=n("R9M2"),o=n("dSzd")("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:i?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},Rrel:function(t,e,n){var r=n("TcQ7"),o=n("n0T6").f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return a.slice()}}(t):o(r(t))}},S82l:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},SfB7:function(t,e,n){t.exports=!n("+E39")&&!n("S82l")(function(){return 7!=Object.defineProperty(n("ON07")("div"),"a",{get:function(){return 7}}).a})},SldL:function(t,e){!function(e){"use strict";var n,r=Object.prototype,o=r.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",c=i.toStringTag||"@@toStringTag",u="object"==typeof t,f=e.regeneratorRuntime;if(f)u&&(t.exports=f);else{(f=e.regeneratorRuntime=u?t.exports:{}).wrap=b;var l="suspendedStart",p="suspendedYield",d="executing",h="completed",v={},y={};y[a]=function(){return this};var m=Object.getPrototypeOf,g=m&&m(m($([])));g&&g!==r&&o.call(g,a)&&(y=g);var _=A.prototype=x.prototype=Object.create(y);O.prototype=_.constructor=A,A.constructor=O,A[c]=O.displayName="GeneratorFunction",f.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===O||"GeneratorFunction"===(e.displayName||e.name))},f.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,A):(t.__proto__=A,c in t||(t[c]="GeneratorFunction")),t.prototype=Object.create(_),t},f.awrap=function(t){return{__await:t}},k(S.prototype),S.prototype[s]=function(){return this},f.AsyncIterator=S,f.async=function(t,e,n,r){var o=new S(b(t,e,n,r));return f.isGeneratorFunction(e)?o:o.next().then(function(t){return t.done?t.value:o.next()})},k(_),_[c]="Generator",_[a]=function(){return this},_.toString=function(){return"[object Generator]"},f.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},f.values=$,T.prototype={constructor:T,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&o.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=n)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,o){return s.type="throw",s.arg=t,e.next=r,o&&(e.method="next",e.arg=n),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),E(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;E(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:$(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),v}}}function b(t,e,n,r){var o=e&&e.prototype instanceof x?e:x,i=Object.create(o.prototype),a=new T(r||[]);return i._invoke=function(t,e,n){var r=l;return function(o,i){if(r===d)throw new Error("Generator is already running");if(r===h){if("throw"===o)throw i;return P()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=C(a,n);if(s){if(s===v)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var c=w(t,e,n);if("normal"===c.type){if(r=n.done?h:p,c.arg===v)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function w(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}function x(){}function O(){}function A(){}function k(t){["next","throw","return"].forEach(function(e){t[e]=function(t){return this._invoke(e,t)}})}function S(t){var e;this._invoke=function(n,r){function i(){return new Promise(function(e,i){!function e(n,r,i,a){var s=w(t[n],t,r);if("throw"!==s.type){var c=s.arg,u=c.value;return u&&"object"==typeof u&&o.call(u,"__await")?Promise.resolve(u.__await).then(function(t){e("next",t,i,a)},function(t){e("throw",t,i,a)}):Promise.resolve(u).then(function(t){c.value=t,i(c)},a)}a(s.arg)}(n,r,e,i)})}return e=e?e.then(i,i):i()}}function C(t,e){var r=t.iterator[e.method];if(r===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=n,C(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=w(r,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,v;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=n),e.delegate=null,v):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function T(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function $(t){if(t){var e=t[a];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,i=function e(){for(;++ru;)for(var p,d=s(arguments[u++]),h=f?r(d).concat(f(d)):r(d),v=h.length,y=0;v>y;)l.call(d,p=h[y++])&&(n[p]=d[p]);return n}:c},U5ju:function(t,e,n){n("M6a0"),n("zQR9"),n("+tPU"),n("CXw9"),n("EqBC"),n("jKW+"),t.exports=n("FeBl").Promise},UuGF:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},V3tA:function(t,e,n){n("R4wc"),t.exports=n("FeBl").Object.assign},"VU/8":function(t,e){t.exports=function(t,e,n,r,o,i){var a,s=t=t||{},c=typeof t.default;"object"!==c&&"function"!==c||(a=t,s=t.default);var u,f="function"==typeof s?s.options:s;if(e&&(f.render=e.render,f.staticRenderFns=e.staticRenderFns,f._compiled=!0),n&&(f.functional=!0),o&&(f._scopeId=o),i?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},f._ssrRegister=u):r&&(u=r),u){var l=f.functional,p=l?f.render:f.beforeCreate;l?(f._injectStyles=u,f.render=function(t,e){return u.call(e),p(t,e)}):f.beforeCreate=p?[].concat(p,u):[u]}return{esModule:a,exports:s,options:f}}},W2nU:function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var c,u=[],f=!1,l=-1;function p(){f&&c&&(f=!1,c.length?u=c.concat(u):l=-1,u.length&&d())}function d(){if(!f){var t=s(p);f=!0;for(var e=u.length;e;){for(c=u,u=[];++l1)for(var n=1;nu;)c.call(t,a=s[u++])&&e.push(a);return e}},Xxa5:function(t,e,n){t.exports=n("jyFz")},Yobk:function(t,e,n){var r=n("77Pl"),o=n("qio6"),i=n("xnc9"),a=n("ax3d")("IE_PROTO"),s=function(){},c=function(){var t,e=n("ON07")("iframe"),r=i.length;for(e.style.display="none",n("RPLV").appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write(" + + diff --git a/docs/docs/components/buttons/index.html b/docs/docs/components/buttons/index.html new file mode 100644 index 0000000..0a5cd61 --- /dev/null +++ b/docs/docs/components/buttons/index.html @@ -0,0 +1,11 @@ + + + + Buttons - Rocket CSS + + +

Buttons

+ Buttons are used everywhere in applications. Use the Rocket CSS buttons component to add navigation to your site. +

+ + diff --git a/docs/docs/components/hero/index.html b/docs/docs/components/hero/index.html new file mode 100644 index 0000000..468ac4c --- /dev/null +++ b/docs/docs/components/hero/index.html @@ -0,0 +1,11 @@ + + + + Hero - Rocket CSS + + +

Hero

+ Use our Hero component in Rocket CSS to add page banners to your website. +

+ + diff --git a/docs/docs/index.html b/docs/docs/index.html new file mode 100644 index 0000000..f4a3b67 --- /dev/null +++ b/docs/docs/index.html @@ -0,0 +1,23 @@ + + + + Docs - Rocket CSS + + +

Getting Started

+ Get started with Rocket CSS. Here you'll find everything you need to get up and running with this open source, lightweight CSS framework. +

CSS

+ The easiest way to get up and running with Rocket CSS is to download Rocket CSS and include either our minified, or non-minified version of Rocket CSS. +

Download v0.1.0-Alpha.1

Include in your project

+ After you've downloaded Rocket CSS, you'll need to add it to the <head>

+ <link rel="stylesheet" type="text/css" href="rocket-css.min.css"> +

NPM

+ (Coming Soon) +

JS

+ Rocket CSS is a pure CSS only framework. We provide basic classes for adding Javascript functionality, but you'll have to build this functionality. +

Community

+ New feature idea? Or found a bug? Rocket CSS is community focused, we rely on the community to help build this framework, so if you find something, feel free to open a Github issue.

+ Please search Github issues before opening a new one. +

+ + diff --git a/docs/docs/layout/grid/index.html b/docs/docs/layout/grid/index.html new file mode 100644 index 0000000..9925e43 --- /dev/null +++ b/docs/docs/layout/grid/index.html @@ -0,0 +1,154 @@ + + + + Grid - Rocket CSS + + +

Grid

+ Use the simple Rocket CSS grid to quickly build applications. +

Basics#

+ Getting started with the Rocket CSS grid is easy. Follow these simple steps: +

  • + 1. Add a .rkt-row wrapper. +
  • + 2. Add a .rkt-col column. +

+ Each column will have an equal size regardless of the number of columns. +

+ .rkt-col +
+ .rkt-col +
+ .rkt-col +
+ .rkt-col +

+  <div class="rkt-row">
+    <div class="rkt-col">
+      .rkt-col
+    </div>
+    <div class="rkt-col">
+      .rkt-col
+    </div>
+    <div class="rkt-col">
+      .rkt-col
+    </div>
+    <div class="rkt-col">
+      .rkt-col
+    </div>
+  </div>
+

Sizes#

+ You can change the size of a column by adding one of these classes to a .rkt-col column +

  • + - .rkt-col-is-one-quarter
  • + - .rkt-col-is-half
  • + - .rkt-col-is-three-quarters
+ .rkt-col-is-three-quarters +
+ Auto +
+ Auto +
+ .rkt-col-is-half +
+ Auto +
+ Auto +
+ .rkt-col-is-one-quarter +
+ Auto +
+ Auto +

+  <div class="rkt-row">
+    <div class="rkt-col rkt-col-is-three-quarters">
+      .rkt-col-is-three-quarters
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+  </div>
+
+  <div class="rkt-row">
+    <div class="rkt-col rkt-col-is-half">
+      .rkt-col-is-half
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+  </div>
+
+  <div class="rkt-row">
+    <div class="rkt-col rkt-col-is-one-quarter">
+      .rkt-col-is-one-quarter
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+    <div class="rkt-col">
+      Auto
+    </div>
+  </div>
+

Responsiveness#

+ By default, columns will naturally wrap based on the viewport and content inside each column. If you'd like to make all columns stacked on different viewports, simply add one of the following classes to a .rkt-row

  • + - .rkt-is-widescreen
  • + - .rkt-is-desktop
  • + - .rkt-is-tablet
  • + - .rkt-is-mobile

+ Adding one of the above classes to a .rkt-row will make all child .rkt-col columns be stacked on that particular viewport and down. +

Widescreen#

+ Resize your browser to see the columns stack on the widescreen class. +

+ .rkt-col +
+ .rkt-col +
+ .rkt-col +

Desktop#

+ Resize your browser to see the columns stack on the desktop class. +

+ .rkt-col +
+ .rkt-col +
+ .rkt-col +

Tablet#

+ Resize your browser to see the columns stack on the tablet class. +

+ .rkt-col +
+ .rkt-col +
+ .rkt-col +

Mobile#

+ Resize your browser to see the columns stack on the mobile class. +

+ .rkt-col +
+ .rkt-col +
+ .rkt-col +

Different column sizes per viewport#

+ As well as using the basic classes for stacking columns, you can also change column sizes and utilise the same responsiveness classes at the same time. Simply add one of the viewport sizes, e.g: desktop to the end of a particular column size. Example below: +

  • + - .rkt-col-is-three-quarters-widescreen
  • + - .rkt-col-is-three-quarters-desktop
  • + - .rkt-col-is-half-tablet
  • + - .rkt-col-is-half-mobile

Half Column: Widescreen#

+ Resize your browser to see the columns stack on the widescreen class. +

+ .rkt-col-is-half-widescreen +
+ .rkt-col +
+ .rkt-col +
+ + diff --git a/docs/docs/utilities/colours/index.html b/docs/docs/utilities/colours/index.html new file mode 100644 index 0000000..86b2483 --- /dev/null +++ b/docs/docs/utilities/colours/index.html @@ -0,0 +1,11 @@ + + + + Colour - Rocket CSS + + +

Colour

+ Rocket CSS comes with many useful colour utility classes, use them to quickly add colour to your applications. +

+ + diff --git a/docs/docs/utilities/spacing/index.html b/docs/docs/utilities/spacing/index.html new file mode 100644 index 0000000..765438c --- /dev/null +++ b/docs/docs/utilities/spacing/index.html @@ -0,0 +1,16 @@ + + + + Spacing - Rocket CSS + + +

Spacing

+ Take a look at how to quickly add Margin or Padding to your application to space content apart. +

Notation#

+ Using the spacing classes in Rocket CSS is easy. Our spacing classes are similar to other frameworks such as Twitter Bootstrap. Spacing classes follow this format: .rkt-{property}-{sides}-{size}

+ There is one exception to the above format. This is with the auto spacing. For this, use the following format: .rkt-{property}{sides}-{size}

+ Take a look at spacing notation below: +

Property#

  • m - for classes that set margin.
  • p - for classes that set padding.

Sides#

  • t - for classes that set top.
  • r - for classes that set right.
  • b - for classes that set bottom.
  • l - for classes that set left.
  • y - for classes that set top and bottom.
  • x - for classes that set left and right.

Sizes#

  • 0 - for classes that remove margin or padding.
  • 1 - for classes that set to $default-spacing
  • 2 - for classes that set $default-spacing + 1
  • 3 - for classes that set $default-spacing + 2
  • 4 - for classes that set $default-spacing + 3
  • 5 - for classes that set $default-spacing + 4
  • auto - for classes that set auto (see spacing notation above on using auto)

Auto Spacing#

+ As discussed above, you can use auto instead of a value if required. To so so, use this format: .rkt-{property}{sides}-{size}

+ + diff --git a/docs/favicon.ico b/docs/favicon.ico deleted file mode 100644 index 382fecb..0000000 Binary files a/docs/favicon.ico and /dev/null differ diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000..724ed92 Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/index.html b/docs/index.html index 64ea657..0a83b70 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,12 @@ - Rocket CSS + Rocket CSS - simple, lightweight CSS framework built using Flexbox -

- Home of the new lightweight Rocket CSS framework. -

+

Rocket CSS is an open source, lightweight CSS framework built using Flexbox.

Version: v0.1.0-Alpha.1

Rocket CSS - Lightweight Flexbox framework

Installation

+ Installing Rocket CSS is easy. Simply download the Rocket CSS framework from Github or NPM and include Rocket CSS in your project. +

Community

Rocket CSS is managed by the community. If you'd like to see a particular feature implemented into this framework, feel free to open a Github issue. +

diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..98a2ff5 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,30 @@ +var gulp = require('gulp'); +var cleanCSS = require('gulp-clean-css'); +var sass = require('gulp-sass'); +var autoprefixer = require('gulp-autoprefixer'); + +gulp.task('sass', function() { + return gulp.src('assets/scss/rocketcss.scss').pipe(sass()).pipe(autoprefixer({ + browsers: [ + "last 2 versions", + ">= 0.2%", + "Chrome >= 55", + "Firefox >= 54", + "iOS >= 10", + "Safari >= 10", + "Android >= 4.4" + ], + cascade: false + })).pipe(cleanCSS({ + level: { + 1: { + all: true, + tidySelectors: true + } + } + })).pipe(sass({ + outputStyle: 'compressed' + }).on('error', sass.logError)).pipe(gulp.dest('rocketcss-dist/css/')) +}) + +gulp.task('production', ['sass']); diff --git a/layouts/docs.vue b/layouts/docs.vue index 8adb69d..b7c768c 100644 --- a/layouts/docs.vue +++ b/layouts/docs.vue @@ -2,7 +2,7 @@
-
+
diff --git a/package-lock.json b/package-lock.json index 6902e61..f4127bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5282,21 +5282,25 @@ "dependencies": { "abbrev": { "version": "1.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "optional": true }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" }, "aproba": { "version": "1.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", "optional": true }, "are-we-there-yet": { "version": "1.1.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", + "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", "optional": true, "requires": { "delegates": "^1.0.0", @@ -5305,11 +5309,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "brace-expansion": { "version": "1.1.11", - "bundled": true, + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5317,29 +5323,35 @@ }, "chownr": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz", + "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=", "optional": true }, "code-point-at": { "version": "1.1.0", - "bundled": true + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "concat-map": { "version": "0.0.1", - "bundled": true + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, "core-util-is": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "optional": true }, "debug": { "version": "2.6.9", - "bundled": true, + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "optional": true, "requires": { "ms": "2.0.0" @@ -5347,22 +5359,26 @@ }, "deep-extend": { "version": "0.5.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.5.1.tgz", + "integrity": "sha512-N8vBdOa+DF7zkRrDCsaOXoCs/E2fJfx9B9MrKnnSiHNh4ws7eSys6YQE4KvT1cecKmOASYQBhbKjeuDD9lT81w==", "optional": true }, "delegates": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", "optional": true }, "detect-libc": { "version": "1.0.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", "optional": true }, "fs-minipass": { "version": "1.2.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz", + "integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==", "optional": true, "requires": { "minipass": "^2.2.1" @@ -5370,12 +5386,14 @@ }, "fs.realpath": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "optional": true }, "gauge": { "version": "2.7.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "optional": true, "requires": { "aproba": "^1.0.3", @@ -5390,7 +5408,8 @@ }, "glob": { "version": "7.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "optional": true, "requires": { "fs.realpath": "^1.0.0", @@ -5403,12 +5422,14 @@ }, "has-unicode": { "version": "2.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", "optional": true }, "iconv-lite": { "version": "0.4.21", - "bundled": true, + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.21.tgz", + "integrity": "sha512-En5V9za5mBt2oUA03WGD3TwDv0MKAruqsuxstbMUZaj9W9k/m1CV/9py3l0L5kw9Bln8fdHQmzHSYtvpvTLpKw==", "optional": true, "requires": { "safer-buffer": "^2.1.0" @@ -5416,7 +5437,8 @@ }, "ignore-walk": { "version": "3.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz", + "integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==", "optional": true, "requires": { "minimatch": "^3.0.4" @@ -5424,7 +5446,8 @@ }, "inflight": { "version": "1.0.6", - "bundled": true, + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "optional": true, "requires": { "once": "^1.3.0", @@ -5433,39 +5456,46 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "requires": { "number-is-nan": "^1.0.0" } }, "isarray": { "version": "1.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "optional": true }, "minimatch": { "version": "3.0.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "minipass": { "version": "2.2.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.2.4.tgz", + "integrity": "sha512-hzXIWWet/BzWhYs2b+u7dRHlruXhwdgvlTMDKC6Cb1U7ps6Ac6yQlR39xsbjWJE377YTCtKwIXIpJ5oP+j5y8g==", "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5473,7 +5503,8 @@ }, "minizlib": { "version": "1.1.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.1.0.tgz", + "integrity": "sha512-4T6Ur/GctZ27nHfpt9THOdRZNgyJ9FZchYO1ceg5S8Q3DNLCKYy44nCZzgCJgcvx2UM8czmqak5BCxJMrq37lA==", "optional": true, "requires": { "minipass": "^2.2.1" @@ -5481,19 +5512,22 @@ }, "mkdirp": { "version": "0.5.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "requires": { "minimist": "0.0.8" } }, "ms": { "version": "2.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "optional": true }, "needle": { "version": "2.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/needle/-/needle-2.2.0.tgz", + "integrity": "sha512-eFagy6c+TYayorXw/qtAdSvaUpEbBsDwDyxYFgLZ0lTojfH7K+OdBqAF7TAFwDokJaGpubpSGG0wO3iC0XPi8w==", "optional": true, "requires": { "debug": "^2.1.2", @@ -5503,7 +5537,8 @@ }, "node-pre-gyp": { "version": "0.10.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.10.0.tgz", + "integrity": "sha512-G7kEonQLRbcA/mOoFoxvlMrw6Q6dPf92+t/l0DFSMuSlDoWaI9JWIyPwK0jyE1bph//CUEL65/Fz1m2vJbmjQQ==", "optional": true, "requires": { "detect-libc": "^1.0.2", @@ -5520,7 +5555,8 @@ }, "nopt": { "version": "4.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", + "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", "optional": true, "requires": { "abbrev": "1", @@ -5529,12 +5565,14 @@ }, "npm-bundled": { "version": "1.0.3", - "bundled": true, + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.3.tgz", + "integrity": "sha512-ByQ3oJ/5ETLyglU2+8dBObvhfWXX8dtPZDMePCahptliFX2iIuhyEszyFk401PZUNQH20vvdW5MLjJxkwU80Ow==", "optional": true }, "npm-packlist": { "version": "1.1.10", - "bundled": true, + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.1.10.tgz", + "integrity": "sha512-AQC0Dyhzn4EiYEfIUjCdMl0JJ61I2ER9ukf/sLxJUcZHfo+VyEfz2rMJgLZSS1v30OxPQe1cN0LZA1xbcaVfWA==", "optional": true, "requires": { "ignore-walk": "^3.0.1", @@ -5543,7 +5581,8 @@ }, "npmlog": { "version": "4.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "optional": true, "requires": { "are-we-there-yet": "~1.1.2", @@ -5554,33 +5593,39 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" }, "object-assign": { "version": "4.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", "optional": true }, "once": { "version": "1.4.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { "wrappy": "1" } }, "os-homedir": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", "optional": true }, "os-tmpdir": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", "optional": true }, "osenv": { "version": "0.1.5", - "bundled": true, + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "optional": true, "requires": { "os-homedir": "^1.0.0", @@ -5589,17 +5634,20 @@ }, "path-is-absolute": { "version": "1.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "optional": true }, "process-nextick-args": { "version": "2.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", "optional": true }, "rc": { "version": "1.2.7", - "bundled": true, + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.7.tgz", + "integrity": "sha512-LdLD8xD4zzLsAT5xyushXDNscEjB7+2ulnl8+r1pnESlYtlJtVSoCMBGr30eDRJ3+2Gq89jK9P9e4tCEH1+ywA==", "optional": true, "requires": { "deep-extend": "^0.5.1", @@ -5610,14 +5658,16 @@ "dependencies": { "minimist": { "version": "1.2.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "optional": true } } }, "readable-stream": { "version": "2.3.6", - "bundled": true, + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "optional": true, "requires": { "core-util-is": "~1.0.0", @@ -5631,7 +5681,8 @@ }, "rimraf": { "version": "2.6.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "optional": true, "requires": { "glob": "^7.0.5" @@ -5639,36 +5690,43 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" }, "safer-buffer": { "version": "2.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "optional": true }, "sax": { "version": "1.2.4", - "bundled": true, + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "optional": true }, "semver": { "version": "5.5.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", + "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==", "optional": true }, "set-blocking": { "version": "2.0.0", - "bundled": true, + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "optional": true }, "signal-exit": { "version": "3.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", "optional": true }, "string-width": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -5677,7 +5735,8 @@ }, "string_decoder": { "version": "1.1.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "optional": true, "requires": { "safe-buffer": "~5.1.0" @@ -5685,19 +5744,22 @@ }, "strip-ansi": { "version": "3.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" } }, "strip-json-comments": { "version": "2.0.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", "optional": true }, "tar": { "version": "4.4.1", - "bundled": true, + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.1.tgz", + "integrity": "sha512-O+v1r9yN4tOsvl90p5HAP4AEqbYhx4036AGMm075fH9F8Qwi3oJ+v4u50FkT/KkvywNGtwkk0zRI+8eYm1X/xg==", "optional": true, "requires": { "chownr": "^1.0.1", @@ -5711,12 +5773,14 @@ }, "util-deprecate": { "version": "1.0.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "optional": true }, "wide-align": { "version": "1.1.2", - "bundled": true, + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", + "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", "optional": true, "requires": { "string-width": "^1.0.2" @@ -5724,11 +5788,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "yallist": { "version": "3.0.2", - "bundled": true + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.2.tgz", + "integrity": "sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k=" } } }, diff --git a/pages/docs/components/buttons.vue b/pages/docs/components/buttons.vue index f309a9d..3b618cf 100644 --- a/pages/docs/components/buttons.vue +++ b/pages/docs/components/buttons.vue @@ -14,6 +14,309 @@
+
+
+

Basics#

+

+ Creating a Rocket CSS button is easy. Simply add a few classes to get started and modify your button. The .rkt-btn class works on the following elements +

+
    +
  • + - <a> anchor links. +
  • +
  • + - <button> elements, and form buttons. +
  • +
+ + +
+
+
+ Anchor + +
+
+
+ +
+

+  <a href="#" class="rkt-btn rkt-btn-primary rkt-m-r-1">Anchor</a>
+
+  <button type="button" class="rkt-btn rkt-btn-primary">Button</button>
+
+
+ +
+
+
+
+

Colours#

+

+ Change the colour of a button by adding one of the following classes: +

+
    +
  • + - .rkt-btn-primary +
  • +
  • + - .rkt-btn-secondary +
  • +
  • + - .rkt-btn-success +
  • +
  • + - .rkt-btn-warning +
  • +
  • + - .rkt-btn-danger +
  • +
  • + - .rkt-btn-info +
  • +
  • + - .rkt-btn-dark +
  • +
  • + - .rkt-btn-light +
  • +
  • + - .rkt-btn-black +
  • +
  • + - .rkt-btn-white +
  • +
+ + +
+
+
+ + + + + + + + + + +
+
+
+ +
+

+  <button type="button" class="rkt-btn rkt-btn-primary">Primary</button>
+
+  <button type="button" class="rkt-btn rkt-btn-secondary">Secondary</button>
+
+  <button type="button" class="rkt-btn rkt-btn-success">Success</button>
+
+  <button type="button" class="rkt-btn rkt-btn-warning">Warning</button>
+
+  <button type="button" class="rkt-btn rkt-btn-danger">Danger</button>
+
+  <button type="button" class="rkt-btn rkt-btn-info">Info</button>
+
+  <button type="button" class="rkt-btn rkt-btn-dark">Dark</button>
+
+  <button type="button" class="rkt-btn rkt-btn-light">Light</button>
+
+  <button type="button" class="rkt-btn rkt-btn-black">Black</button>
+
+  <button type="button" class="rkt-btn rkt-btn-white">White</button>
+
+
+ +
+
+
+
+

Outline#

+

+ You can create an outline button in a similar way to creating solid buttons, simply specify rkt-btn-outline-primary or whichever colour you'd like to add: +

+
    +
  • + - .rkt-btn-outline-primary +
  • +
  • + - .rkt-btn-outline-secondary +
  • +
  • + - .rkt-btn-outline-success +
  • +
  • + - .rkt-btn-outline-warning +
  • +
  • + - .rkt-btn-outline-danger +
  • +
  • + - .rkt-btn-outline-info +
  • +
  • + - .rkt-btn-outline-dark +
  • +
  • + - .rkt-btn-outline-light +
  • +
  • + - .rkt-btn-outline-black +
  • +
  • + - .rkt-btn-outline-white +
  • +
+ + +
+
+
+ + + + + + + + + + +
+
+
+ +
+

+  <button type="button" class="rkt-btn rkt-btn-outline-primary">Primary</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-secondary">Secondary</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-success">Success</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-warning">Warning</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-danger">Danger</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-info">Info</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-dark">Dark</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-light">Light</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-black">Black</button>
+
+  <button type="button" class="rkt-btn rkt-btn-outline-white">White</button>
+
+
+ +
+
+
+
+

Sizes#

+

+ You can add a class for controlling the size of a button, simply add one of the following: +

+
    +
  • + - .rkt-btn-small +
  • +
  • + - .rkt-btn-medium +
  • +
  • + - .rkt-btn-large +
  • +
+ + +
+
+
+ + + + +
+
+
+ +
+

+  <button type="button" class="rkt-btn rkt-btn-primary rkt-btn-small">Small</button>
+
+  <button type="button" class="rkt-btn rkt-btn-primary">Default</button>
+
+  <button type="button" class="rkt-btn rkt-btn-primary rkt-btn-medium">Medium</button>
+
+  <button type="button" class="rkt-btn rkt-btn-primary rkt-btn-large">Large</button>
+
+
+ +
+
+
+
+

Rounded#

+

+ Rocket CSS comes with a class to make buttons rounded, simply add the followng: +

+
    +
  • + - .rkt-btn-rounded +
  • +
+ + +
+
+
+ +
+
+
+ +
+

+  <button type="button" class="rkt-btn rkt-btn-primary rkt-btn-rounded">Rounded</button>
+
+
+ +
+
+
+
+

Block Button#

+

+ To make a button take up the full width of a page, add the .rkt-btn-block class: +

+
    +
  • + - .rkt-btn-block +
  • +
+ + +
+
+
+ +
+
+
+ +
+

+  <button type="button" class="rkt-btn rkt-btn-primary rkt-btn-block">Block Button</button>
+
+
+ +
+
diff --git a/pages/docs/components/hero.vue b/pages/docs/components/hero.vue index 94b84ad..6c8ee66 100644 --- a/pages/docs/components/hero.vue +++ b/pages/docs/components/hero.vue @@ -14,6 +14,156 @@
+
+
+

Basics#

+

+ The Rocket CSS hero component is used to create useful introductory page banners used for highlighting important information. You can extend the hero component if required and utilise the Rocket CSS grid system as well. To get started, simply add a .rkt-hero wrapper and a .rkt-hero-body child element. +

+

+ By default our hero component doesn't come with much styling to child content. This makes it great for styling with your own classes. +

+

+ You can utilise our colour classes and spacing classes for child elements. +

+ + +
+
+
+
+
+
+

Hero component title

+

+ Hero component subtitle/text +

+
+
+
+
+
+
+ +
+

+  <div class="rkt-hero">
+    <div class="rkt-hero-body">
+      ...
+    </div>
+  </div>
+
+
+ +
+
+
+
+

Sizes#

+

+ Rocket CSS comes with a few powerful helper classes for changing the size of your hero component. Simply add one of the following Rocket CSS classes to a .rkt-hero component: +

+
    +
  • + - .rkt-hero-small for a small hero component. +
  • +
  • + - .rkt-hero-large for a large hero component. +
  • +
  • + - .rkt-hero-extra-large for a extra hero component. +
  • +
+ +

Small#

+

+ Here's a small hero +

+ +
+
+
+
+
+
+

Small Hero

+
+
+
+
+
+
+ +
+

+  <div class="rkt-hero rkt-hero-small">
+    <div class="rkt-hero-body">
+      ...
+    </div>
+  </div>
+
+
+ +

Large#

+

+ Here's a large hero +

+ +
+
+
+
+
+
+

Large Hero

+
+
+
+
+
+
+ +
+

+  <div class="rkt-hero rkt-hero-large">
+    <div class="rkt-hero-body">
+      ...
+    </div>
+  </div>
+
+
+ +

Extra Large#

+

+ Here's a extra large hero +

+ +
+
+
+
+
+
+

Extra Large Hero

+
+
+
+
+
+
+ +
+

+  <div class="rkt-hero rkt-hero-extra-large">
+    <div class="rkt-hero-body">
+      ...
+    </div>
+  </div>
+
+
+ +
+
diff --git a/pages/docs/index.vue b/pages/docs/index.vue index 092e008..71bd4bd 100644 --- a/pages/docs/index.vue +++ b/pages/docs/index.vue @@ -36,14 +36,6 @@ -
-
-

NPM

-

- (Coming Soon) -

-
-

JS

diff --git a/pages/docs/utilities/colours.vue b/pages/docs/utilities/colours.vue index 4d2dd25..9ac7cf2 100644 --- a/pages/docs/utilities/colours.vue +++ b/pages/docs/utilities/colours.vue @@ -14,6 +14,170 @@
+
+
+

Basics#

+

+ Rocket CSS comes with a range of useful colour classes. The colour can be changed using our SCSS variables if required. +

+
+
+
+
+

Text Colour#

+

+ Utilise one of our text colour classes: +

+
    +
  • + - .rkt-text-primary to set primary text colour. +
  • +
  • + - .rkt-text-secondary to set secondary text colour. +
  • +
  • + - .rkt-text-success to set success text colour. +
  • +
  • + - .rkt-text-warning to set warning text colour. +
  • +
  • + - .rkt-text-danger to set danger text colour. +
  • +
  • + - .rkt-text-info to set info text colour. +
  • +
  • + - .rkt-text-dark to set dark text colour. +
  • +
  • + - .rkt-text-light to set light text colour. +
  • +
  • + - .rkt-text-black to set black text colour. +
  • +
  • + - .rkt-text-white to set white text colour. +
  • +
+ +
+
+
+

+ .rkt-text-primary +

+

+ .rkt-text-secondary +

+

+ .rkt-text-success +

+

+ .rkt-text-warning +

+

+ .rkt-text-danger +

+

+ .rkt-text-info +

+

+ .rkt-text-dark +

+

+ .rkt-text-light +

+

+ .rkt-text-black +

+

+ .rkt-text-white +

+
+
+
+ +
+
+
+
+

Background Colour#

+

+ Utilise one of our background colour classes: +

+
    +
  • + - .rkt-bg-primary to set primary background colour. +
  • +
  • + - .rkt-bg-secondary to set secondary background colour. +
  • +
  • + - .rkt-bg-success to set success background colour. +
  • +
  • + - .rkt-bg-warning to set warning background colour. +
  • +
  • + - .rkt-bg-danger to set danger background colour. +
  • +
  • + - .rkt-bg-info to set info background colour. +
  • +
  • + - .rkt-bg-dark to set dark background colour. +
  • +
  • + - .rkt-bg-light to set light background colour. +
  • +
  • + - .rkt-bg-black to set black background colour. +
  • +
  • + - .rkt-bg-white to set white background colour. +
  • +
+ +
+
+
+

+ .rkt-bg-primary +

+

+ .rkt-bg-secondary +

+

+ .rkt-bg-success +

+

+ .rkt-bg-warning +

+

+ .rkt-bg-danger +

+

+ .rkt-bg-info +

+

+ .rkt-bg-dark +

+

+ .rkt-bg-light +

+

+ .rkt-bg-black +

+

+ .rkt-bg-white +

+
+
+
+ +
+
diff --git a/pages/docs/utilities/flex.vue b/pages/docs/utilities/flex.vue new file mode 100644 index 0000000..b4c2503 --- /dev/null +++ b/pages/docs/utilities/flex.vue @@ -0,0 +1,70 @@ + + + diff --git a/pages/docs/utilities/helpers.vue b/pages/docs/utilities/helpers.vue new file mode 100644 index 0000000..f55017c --- /dev/null +++ b/pages/docs/utilities/helpers.vue @@ -0,0 +1,93 @@ + + + diff --git a/pages/docs/utilities/images.vue b/pages/docs/utilities/images.vue new file mode 100644 index 0000000..164eb8e --- /dev/null +++ b/pages/docs/utilities/images.vue @@ -0,0 +1,61 @@ + + + diff --git a/pages/docs/utilities/typography.vue b/pages/docs/utilities/typography.vue new file mode 100644 index 0000000..073ae8a --- /dev/null +++ b/pages/docs/utilities/typography.vue @@ -0,0 +1,130 @@ + + + diff --git a/pages/docs/utilities/visibility.vue b/pages/docs/utilities/visibility.vue new file mode 100644 index 0000000..0e3e813 --- /dev/null +++ b/pages/docs/utilities/visibility.vue @@ -0,0 +1,80 @@ + + + diff --git a/pages/index.vue b/pages/index.vue index 92a10f8..8acd5af 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -28,7 +28,7 @@

Installation

- Installing Rocket CSS is easy. Simply download the Rocket CSS framework from Github or NPM and include Rocket CSS in your project. + Installing Rocket CSS is easy. Simply download the Rocket CSS framework from Github and include Rocket CSS in your project.

diff --git a/rocketcss-dist/css/rocketcss.css b/rocketcss-dist/css/rocketcss.css new file mode 100644 index 0000000..be9dfce --- /dev/null +++ b/rocketcss-dist/css/rocketcss.css @@ -0,0 +1 @@ +/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,html,input,select textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1em}a,button{text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.rkt-container{max-width:1140px;width:100%;margin-left:auto;margin-right:auto}.rkt-container-fluid{max-width:100%;width:100%;margin-left:auto;margin-right:auto}.rkt-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rkt-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding:.75em}.rkt-col-is-one-quarter{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-visibility-hide{visibility:hidden}.rkt-visibility-show{visibility:visible}code{font-size:100%;color:#2196f3;word-break:break-word;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}figure.rkt-highlight{background-color:#f5f5f5;padding:1em;margin:0;margin-top:1em;margin-bottom:1em}.rkt-highlight-code pre{margin-top:0}.rkt-w-100{width:100%}.rkt-h-100{height:100%}.rkt-d-none{display:none}.rkt-d-block{display:block}.rkt-d-inline-block{display:inline-block}.rkt-d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-text-primary{color:#2196f3}.rkt-text-secondary{color:#607d8b}.rkt-text-success{color:#4caf50}.rkt-text-warning{color:#ffc107}.rkt-text-danger{color:#f44336}.rkt-text-info{color:#2196f3}.rkt-text-dark{color:#555}.rkt-text-muted{color:#bbb}.rkt-text-light{color:#f5f5f5}.rkt-text-white{color:#fff}.rkt-text-black{color:#000}.rkt-bg-primary{background-color:#2196f3}.rkt-bg-secondary{background-color:#607d8b}.rkt-bg-success{background-color:#4caf50}.rkt-bg-warning{background-color:#ffc107}.rkt-bg-danger{background-color:#f44336}.rkt-bg-info{background-color:#2196f3}.rkt-bg-dark{background-color:#555}.rkt-bg-light{background-color:#f5f5f5}.rkt-bg-white{background-color:#fff}.rkt-bg-black{background-color:#000}.rkt-list li,p{line-height:1.75em;font-size:1em;margin-top:5px;margin-bottom:15px;color:#555}.rkt-lead{font-size:1.1em;line-height:1.8em}h1,h2,h3,h4,h5,h6{color:#555;line-height:1.45em}.rkt-font-weight-light{font-weight:100}.rkt-font-weight-normal{font-weight:400}.rkt-font-weight-bold{font-weight:700}.rkt-text-lowercase{text-transform:lowercase}.rkt-text-uppercase{text-transform:uppercase}.rkt-text-center{text-align:center}.rkt-text-left{text-align:left}.rkt-text-right{text-align:right}a{color:#2196f3;cursor:pointer}p a:hover{text-decoration:underline}.rkt-btn{display:inline-block;text-align:center;font-weight:400;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:.15px;border:1px solid transparent;padding:6px 12px;padding:.7em 1.2em;font-size:.9em;cursor:pointer}.rkt-btn-rounded{border-radius:50px}.rkt-btn-small{padding:.6em .8em;font-size:.8em}.rkt-btn-medium{padding:.8em 1.6em;font-size:1em}.rkt-btn-large{padding:.9em 2em;font-size:1.1em}.rkt-btn-block{display:block;width:100%}.rkt-btn-primary{background-color:#2196f3;border-color:#2196f3;color:#fff}.rkt-btn-primary:focus,.rkt-btn-primary:hover{background-color:#0d8aee;border-color:#0d8aee}.rkt-btn-secondary{background-color:#607d8b;border-color:#607d8b;color:#fff}.rkt-btn-secondary:focus,.rkt-btn-secondary:hover{background-color:#566f7c;border-color:#566f7c}.rkt-btn-success{background-color:#4caf50;border-color:#4caf50;color:#fff}.rkt-btn-success:focus,.rkt-btn-success:hover{background-color:#449d48;border-color:#449d48}.rkt-btn-warning{background-color:#ffc107;border-color:#ffc107;color:#fff}.rkt-btn-warning:focus,.rkt-btn-warning:hover{background-color:#edb100;border-color:#edb100}.rkt-btn-danger{background-color:#f44336;border-color:#f44336;color:#fff}.rkt-btn-danger:focus,.rkt-btn-danger:hover{background-color:#f32c1e;border-color:#f32c1e}.rkt-btn-info{background-color:#2196f3;border-color:#2196f3;color:#fff}.rkt-btn-info:focus,.rkt-btn-info:hover{background-color:#0d8aee;border-color:#0d8aee}.rkt-btn-dark{background-color:#555;border-color:#555;color:#fff}.rkt-btn-dark:focus,.rkt-btn-dark:hover{background-color:#484848;border-color:#484848}.rkt-btn-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#dcdcdc}.rkt-btn-light:focus,.rkt-btn-light:hover{background-color:#e8e8e8;border-color:#e8e8e8}.rkt-btn-black{background-color:#000;border-color:#000;color:#fff}.rkt-btn-black:focus,.rkt-btn-black:hover{background-color:#000;border-color:#000}.rkt-btn-white{background-color:#fff;border-color:#fff;color:#555}.rkt-btn-white:focus,.rkt-btn-white:hover{background-color:#f2f2f2;border-color:#f2f2f2}.rkt-btn-outline-primary{background-color:transparent;border-color:#2196f3;color:#2196f3}.rkt-btn-outline-primary:focus,.rkt-btn-outline-primary:hover{border-color:#0d8aee;color:#0d8aee}.rkt-btn-outline-secondary{background-color:transparent;border-color:#607d8b;color:#607d8b}.rkt-btn-outline-secondary:focus,.rkt-btn-outline-secondary:hover{border-color:#566f7c;color:#566f7c}.rkt-btn-outline-success{background-color:transparent;border-color:#4caf50;color:#4caf50}.rkt-btn-outline-success:focus,.rkt-btn-outline-success:hover{border-color:#449d48;color:#449d48}.rkt-btn-outline-warning{background-color:transparent;border-color:#ffc107;color:#ffc107}.rkt-btn-outline-warning:focus,.rkt-btn-outline-warning:hover{border-color:#edb100;color:#edb100}.rkt-btn-outline-danger{background-color:transparent;border-color:#f44336;color:#f44336}.rkt-btn-outline-danger:focus,.rkt-btn-outline-danger:hover{border-color:#f32c1e;color:#f32c1e}.rkt-btn-outline-info{background-color:transparent;border-color:#2196f3;color:#2196f3}.rkt-btn-outline-info:focus,.rkt-btn-outline-info:hover{border-color:#0d8aee;color:#0d8aee}.rkt-btn-outline-dark{background-color:transparent;border-color:#555;color:#555}.rkt-btn-outline-dark:focus,.rkt-btn-outline-dark:hover{border-color:#484848;color:#484848}.rkt-btn-outline-light{background-color:transparent;border-color:#f5f5f5;color:#dcdcdc}.rkt-btn-outline-light:focus,.rkt-btn-outline-light:hover{border-color:#e8e8e8;color:#e8e8e8}.rkt-btn-outline-black{background-color:transparent;border-color:#000;color:#000}.rkt-btn-outline-black:focus,.rkt-btn-outline-black:hover{border-color:#000;color:#000}.rkt-btn-outline-white{background-color:transparent;border-color:#fff;color:#fff}.rkt-btn-outline-white:focus,.rkt-btn-outline-white:hover{border-color:#f2f2f2;color:#f2f2f2}.rkt-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}.rkt-navbar-light{background-color:#f5f5f5}.rkt-navbar-dark{background-color:#555}.rkt-navbar-primary{background-color:#2196f3}.rkt-navbar-toggle{display:none;position:relative;height:40px;width:40px;padding:0;border:0;outline:0;cursor:pointer;background-color:transparent}.rkt-navbar-toggle:hover{background-color:#e8e8e8}.rkt-navbar-toggle-bar{position:absolute;display:inline-block;top:14px;left:12px;height:1px;width:16px;background-color:#555}.rkt-navbar-toggle-bar:nth-child(2){top:19px}.rkt-navbar-toggle-bar:nth-child(3){top:24px}.rkt-navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0}.rkt-navbar-brand{padding-top:.5em;padding-bottom:.5em;padding-right:1.1em;font-size:1.2em;letter-spacing:.1px}.rkt-nav-link{padding:.5em .7em;font-size:.85em;letter-spacing:.1px;opacity:.8}.rkt-nav-link:hover{opacity:1}.rkt-nav-link-active{opacity:1}.rkt-hero{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5em}.rkt-hero-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:3.5em 1em}.rkt-hero-small .rkt-hero-body{padding-top:1.5em;padding-bottom:1.5em}.rkt-hero-large .rkt-hero-body{padding-top:5.5em;padding-bottom:5.5em}.rkt-hero-extra-large .rkt-hero-body{padding-top:7.5em;padding-bottom:7.5em}.rkt-marginless{margin:0 !important}.rkt-m-auto{margin:auto}.rkt-mt-auto{margin-top:auto}.rkt-mr-auto{margin-right:auto}.rkt-mb-auto{margin-bottom:auto}.rkt-ml-auto{margin-left:auto}.rkt-m-t-0{margin-top:0}.rkt-m-t-1{margin-top:.5em}.rkt-m-t-2{margin-top:1.5em}.rkt-m-t-3{margin-top:2.5em}.rkt-m-t-4{margin-top:3.5em}.rkt-m-t-5{margin-top:4.5em}.rkt-m-r-0{margin-right:0}.rkt-m-r-1{margin-right:.5em}.rkt-m-r-2{margin-right:1.5em}.rkt-m-r-3{margin-right:2.5em}.rkt-m-r-4{margin-right:3.5em}.rkt-m-r-5{margin-right:4.5em}.rkt-m-b-0{margin-bottom:0}.rkt-m-b-1{margin-bottom:.5em}.rkt-m-b-2{margin-bottom:1.5em}.rkt-m-b-3{margin-bottom:2.5em}.rkt-m-b-4{margin-bottom:3.5em}.rkt-m-b-5{margin-bottom:4.5em}.rkt-m-l-0{margin-left:0}.rkt-m-l-1{margin-left:.5em}.rkt-m-l-2{margin-left:1.5em}.rkt-m-l-3{margin-left:2.5em}.rkt-m-l-4{margin-left:3.5em}.rkt-m-l-5{margin-left:4.5em}.rkt-m-y-0{margin-top:0;margin-bottom:0}.rkt-m-y-1{margin-top:.5em;margin-bottom:.5em}.rkt-m-y-2{margin-top:1.5em;margin-bottom:1.5em}.rkt-m-y-3{margin-top:2.5em;margin-bottom:2.5em}.rkt-m-y-4{margin-top:3.5em;margin-bottom:3.5em}.rkt-m-y-5{margin-top:4.5em;margin-bottom:4.5em}.rkt-m-x-0{margin-left:0;margin-right:0}.rkt-m-x-1{margin-left:.5em;margin-right:.5em}.rkt-m-x-2{margin-left:1.5em;margin-right:1.5em}.rkt-m-x-3{margin-left:2.5em;margin-right:2.5em}.rkt-m-x-4{margin-left:3.5em;margin-right:3.5em}.rkt-m-x-5{margin-left:4.5em;margin-right:4.5em}.rkt-m-0{margin:0}.rkt-m-1{margin:.5em}.rkt-m-2{margin:1.5em}.rkt-m-3{margin:2.5em}.rkt-m-4{margin:3.5em}.rkt-m-5{margin:4.5em}.rkt-paddingless{padding:0 !important}.rkt-p-auto{padding:auto}.rkt-pt-auto{padding-top:auto}.rkt-pr-auto{padding-right:auto}.rkt-pb-auto{padding-bottom:auto}.rkt-pl-auto{padding-left:auto}.rkt-p-t-0{padding-top:0}.rkt-p-t-1{padding-top:.5em}.rkt-p-t-2{padding-top:1.5em}.rkt-p-t-3{padding-top:2.5em}.rkt-p-t-4{padding-top:3.5em}.rkt-p-t-5{padding-top:4.5em}.rkt-p-r-0{padding-right:0}.rkt-p-r-1{padding-right:.5em}.rkt-p-r-2{padding-right:1.5em}.rkt-p-r-3{padding-right:2.5em}.rkt-p-r-4{padding-right:3.5em}.rkt-p-r-5{padding-right:4.5em}.rkt-p-b-0{padding-bottom:0}.rkt-p-b-1{padding-bottom:.5em}.rkt-p-b-2{padding-bottom:1.5em}.rkt-p-b-3{padding-bottom:2.5em}.rkt-p-b-4{padding-bottom:3.5em}.rkt-p-b-5{padding-bottom:4.5em}.rkt-p-l-0{padding-left:0}.rkt-p-l-1{padding-left:.5em}.rkt-p-l-2{padding-left:1.5em}.rkt-p-l-3{padding-left:2.5em}.rkt-p-l-4{padding-left:3.5em}.rkt-p-l-5{padding-left:4.5em}.rkt-p-y-0{padding-top:0;padding-bottom:0}.rkt-p-y-1{padding-top:.5em;padding-bottom:.5em}.rkt-p-y-2{padding-top:1.5em;padding-bottom:1.5em}.rkt-p-y-3{padding-top:2.5em;padding-bottom:2.5em}.rkt-p-y-4{padding-top:3.5em;padding-bottom:3.5em}.rkt-p-y-5{padding-top:4.5em;padding-bottom:4.5em}.rkt-p-x-0{padding-left:0;padding-right:0}.rkt-p-x-1{padding-left:.5em;padding-right:.5em}.rkt-p-x-2{padding-left:1.5em;padding-right:1.5em}.rkt-p-x-3{padding-left:2.5em;padding-right:2.5em}.rkt-p-x-4{padding-left:3.5em;padding-right:3.5em}.rkt-p-x-5{padding-left:4.5em;padding-right:4.5em}.rkt-p-0{padding:0}.rkt-p-1{padding:.5em}.rkt-p-2{padding:1.5em}.rkt-p-3{padding:2.5em}.rkt-p-4{padding:3.5em}.rkt-p-5{padding:4.5em}.rkt-align-top{vertical-align:top}.rkt-align-middle{vertical-align:middle}.rkt-align-bottom{vertical-align:bottom}.rkt-align-baseline{vertical-align:baseline}.rkt-align-text-top{vertical-align:text-top}.rkt-align-text-bottom{vertical-align:text-bottom}.rkt-list{margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none}.rkt-list li{margin-top:5px;margin-bottom:5px;margin-left:25px}.rkt-img-fluid{max-width:100%;height:auto}@media (max-width: 1140px){.rkt-marginless-widescreen{margin:0}.rkt-paddingless-widescreen{padding:0}.rkt-row.rkt-is-widescreen{display:block;width:100%}.rkt-row.rkt-is-widescreen .rkt-col{display:block;width:100%}.rkt-is-widescreen{display:block;width:100%}.rkt-col-is-one-quarter-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-is-three-quarters-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-widescreen{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-widescreen{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-widescreen{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-widescreen{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-widescreen{display:none}.rkt-d-block-widescreen{display:block}.rkt-d-inline-block-widescreen{display:inline-block}}@media (max-width: 992px){.rkt-marginless-desktop{margin:0}.rkt-paddingless-desktop{padding:0}.rkt-row.rkt-is-desktop{display:block;width:100%}.rkt-row.rkt-is-desktop .rkt-col{display:block;width:100%}.rkt-is-desktop{display:block;width:100%}.rkt-col-is-one-quarter-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-desktop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-desktop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-desktop{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-desktop{display:none}.rkt-d-block-desktop{display:block}.rkt-d-inline-block-desktop{display:inline-block}}@media (max-width: 768px){.rkt-marginless-tablet{margin:0}.rkt-paddingless-tablet{padding:0}.rkt-row.rkt-is-tablet{display:block;width:100%}.rkt-row.rkt-is-tablet .rkt-col{display:block;width:100%}.rkt-is-tablet{display:block;width:100%}.rkt-col-is-one-quarter-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-tablet{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-tablet{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-tablet{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-tablet{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-tablet{display:none}.rkt-d-block-tablet{display:block}.rkt-d-inline-block-tablet{display:inline-block}}@media (max-width: 576px){.rkt-marginless-mobile{margin:0}.rkt-paddingless-mobile{padding:0}.rkt-row.rkt-is-mobile{display:block;width:100%}.rkt-row.rkt-is-mobile .rkt-col{display:block;width:100%}.rkt-is-mobile{display:block;width:100%}.rkt-col-is-one-quarter-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.rkt-col-is-half-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.rkt-col-is-three-quarters-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.rkt-d-flex-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.rkt-flex-row-mobile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rkt-flex-column-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rkt-flex-fill-mobile{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.rkt-d-none-mobile{display:none}.rkt-d-block-mobile{display:block}.rkt-d-inline-block-mobile{display:inline-block}}