mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-02-02 12:08:25 +00:00
build(app): use sass colors
This commit is contained in:
parent
e346eafe21
commit
97789508c5
14
assets/settings/_colors.scss
Normal file
14
assets/settings/_colors.scss
Normal file
@ -0,0 +1,14 @@
|
||||
/* **************************************************************************
|
||||
SETTINGS > COLORS
|
||||
To get the color name: http://veli.ee/colorpedia/?c=354052
|
||||
************************************************************************** */
|
||||
|
||||
// Black
|
||||
$black: #000000;
|
||||
$ebony-clay: #273142;
|
||||
$mirage: #1b2431;
|
||||
$mirage2: #171e29;
|
||||
$oxford-blue: #313d4f;
|
||||
|
||||
// White
|
||||
$white: #ffffff;
|
@ -73,9 +73,9 @@ $c: ".c-base-cheatsheet";
|
||||
#{$c} {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
border: 1px solid #313d4f;
|
||||
border: 1px solid $oxford-blue;
|
||||
border-radius: 6px;
|
||||
background: #273142;
|
||||
background: $ebony-clay;
|
||||
|
||||
#{$c}__link {
|
||||
#{$c}__thumbnail {
|
||||
@ -92,7 +92,7 @@ $c: ".c-base-cheatsheet";
|
||||
|
||||
#{$c}__name {
|
||||
margin-bottom: 20px;
|
||||
color: #ffffff;
|
||||
color: $white;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ $c: ".c-base-divider";
|
||||
|
||||
#{$c}__category {
|
||||
margin-right: 40px;
|
||||
color: #ffffff;
|
||||
color: $white;
|
||||
text-align-last: left;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
@ -49,7 +49,7 @@ $c: ".c-base-divider";
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #313d4f;
|
||||
border-top: 1px solid $oxford-blue;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -48,15 +48,15 @@ $c: ".c-the-copyright";
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 5px 5px 5px 10px;
|
||||
border-top: 1px solid #313d4f;
|
||||
border-left: 1px solid #313d4f;
|
||||
padding: 5px 10px;
|
||||
border-top: 1px solid $oxford-blue;
|
||||
border-left: 1px solid $oxford-blue;
|
||||
border-top-left-radius: 4px;
|
||||
background-color: #171e29;
|
||||
background-color: $mirage2;
|
||||
|
||||
#{$c}__name {
|
||||
margin-right: 6px;
|
||||
color: #ffffff;
|
||||
color: $white;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
4
dist/200.html
vendored
4
dist/200.html
vendored
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html data-n-head="">
|
||||
<head>
|
||||
<meta data-n-head="true" charset="utf-8"/><meta data-n-head="true" name="viewport" content="width=device-width, initial-scale=1"/><meta data-n-head="true" data-hid="description" name="description" content="Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file."/><title data-n-head="true">Awesome Cheatsheets</title><link data-n-head="true" rel="icon" type="image/x-icon" href="/favicon.ico"/><link rel="preload" href="/_nuxt/manifest.1483d7bea2563c8c357c.js" as="script" /><link rel="preload" href="/_nuxt/vendor.8c8c4b8e213271f210af.js" as="script" /><link rel="preload" href="/_nuxt/app.b14d2aaed8474476da6e.js" as="script" /><link rel="prefetch" href="/_nuxt/layouts/default.2eb525f21ecca1de4729.js" /><link rel="prefetch" href="/_nuxt/pages/index.ee914485ce9ba401c418.js" />
|
||||
<meta data-n-head="true" charset="utf-8"/><meta data-n-head="true" name="viewport" content="width=device-width, initial-scale=1"/><meta data-n-head="true" data-hid="description" name="description" content="Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file."/><title data-n-head="true">Awesome Cheatsheets</title><link data-n-head="true" rel="icon" type="image/x-icon" href="/favicon.ico"/><link rel="preload" href="/_nuxt/manifest.3c850f638c85a33b2627.js" as="script" /><link rel="preload" href="/_nuxt/vendor.8c8c4b8e213271f210af.js" as="script" /><link rel="preload" href="/_nuxt/app.065043efe35206afb868.js" as="script" /><link rel="prefetch" href="/_nuxt/layouts/default.bdf12bee44e173bb51e1.js" /><link rel="prefetch" href="/_nuxt/pages/index.55fe7d75e171346ba8e2.js" />
|
||||
</head>
|
||||
<body data-n-head="">
|
||||
<div id="__nuxt"><style>body, html, #__nuxt { background-color: white; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; margin: 0; padding: 0;}.spinner { width: 40px; height: 40px; margin: 100px auto; background-color: #dbe1ec; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out;}@-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; }}@keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; }}</style><div class="spinner"> <div class="double-bounce1"></div> <div class="double-bounce2"></div></div><!-- http://tobiasahlin.com/spinkit --></div>
|
||||
<script type="text/javascript" src="/_nuxt/manifest.1483d7bea2563c8c357c.js"></script><script type="text/javascript" src="/_nuxt/vendor.8c8c4b8e213271f210af.js"></script><script type="text/javascript" src="/_nuxt/app.b14d2aaed8474476da6e.js"></script></body>
|
||||
<script type="text/javascript" src="/_nuxt/manifest.3c850f638c85a33b2627.js"></script><script type="text/javascript" src="/_nuxt/vendor.8c8c4b8e213271f210af.js"></script><script type="text/javascript" src="/_nuxt/app.065043efe35206afb868.js"></script></body>
|
||||
</html>
|
||||
|
1
dist/_nuxt/app.065043efe35206afb868.js
vendored
Normal file
1
dist/_nuxt/app.065043efe35206afb868.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/_nuxt/app.b14d2aaed8474476da6e.js
vendored
1
dist/_nuxt/app.b14d2aaed8474476da6e.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,c,a){for(var u,i,f,l=0,s=[];l<r.length;l++)i=r[l],t[i]&&s.push(t[i][0]),t[i]=0;for(u in c)Object.prototype.hasOwnProperty.call(c,u)&&(e[u]=c[u]);for(n&&n(r,c,a);s.length;)s.shift()();if(a)for(l=0;l<a.length;l++)f=o(o.s=a[l]);return f};var r={},t={4:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var c=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,o.nc&&a.setAttribute("nonce",o.nc),a.src=o.p+""+({0:"layouts/default",1:"pages/index"}[e]||e)+"."+{0:"2eb525f21ecca1de4729",1:"ee914485ce9ba401c418"}[e]+".js";var u=setTimeout(i,12e4);function i(){a.onerror=a.onload=null,clearTimeout(u);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return a.onerror=a.onload=i,c.appendChild(a),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="/_nuxt/",o.oe=function(e){throw console.error(e),e}}([]);
|
||||
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,u,a){for(var c,i,f,l=0,s=[];l<r.length;l++)i=r[l],t[i]&&s.push(t[i][0]),t[i]=0;for(c in u)Object.prototype.hasOwnProperty.call(u,c)&&(e[c]=u[c]);for(n&&n(r,u,a);s.length;)s.shift()();if(a)for(l=0;l<a.length;l++)f=o(o.s=a[l]);return f};var r={},t={4:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var u=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,o.nc&&a.setAttribute("nonce",o.nc),a.src=o.p+""+({0:"layouts/default",1:"pages/index"}[e]||e)+"."+{0:"bdf12bee44e173bb51e1",1:"55fe7d75e171346ba8e2"}[e]+".js";var c=setTimeout(i,12e4);function i(){a.onerror=a.onload=null,clearTimeout(c);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return a.onerror=a.onload=i,u.appendChild(a),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="/_nuxt/",o.oe=function(e){throw console.error(e),e}}([]);
|
1
dist/_nuxt/pages/index.55fe7d75e171346ba8e2.js
vendored
Normal file
1
dist/_nuxt/pages/index.55fe7d75e171346ba8e2.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
webpackJsonp([1],{"+htN":function(e,t,a){"use strict";var s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"c-index"},[a("a",{staticClass:"c-index__link",attrs:{href:"https://github.com/LeCoupa/awesome-cheatsheets",target:"_blank"}},[a("img",{staticClass:"c-index__logo",attrs:{src:e.baseUrl+"/images/common/logo.png",srcset:e.baseUrl+"/images/common/logo@2x.png"}})]),e._m(0),e._l(e.categories,function(t,s){return a("section",{key:t.name,staticClass:"c-index__category"},[a("base-divider",{staticClass:"c-index__divider",attrs:{category:"0"+(s+1)+". "+t.name}}),a("div",{staticClass:"c-index__cheatsheets"},e._l(t.cheatsheets,function(e){return a("base-cheatsheet",{key:e.name,attrs:{link:e.link,name:e.name,thumbnail:e.thumbnail}})}))],1)})],2)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("p",{staticClass:"c-index__description"},[this._v("Awesome cheatsheets for popular programming languages, frameworks and development tools."),t("br"),this._v("\n They include everything you should know in one single file. 👩💻👨💻")])}]};t.a=s},"/TYz":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("kByJ"),n=a("+htN");var o=function(e){a("wUjD")},i=a("VU/8")(s.a,n.a,!1,o,null,null);t.default=i.exports},ZRGJ:function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,".c-index .c-index__logo{width:245px;height:165px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-index .c-index__description{margin:0;margin:30px 0 40px;font-size:22px;line-height:32px}.c-index .c-index__category{margin-bottom:40px}.c-index .c-index__category:last-of-type{margin-bottom:0}.c-index .c-index__category .c-index__divider{margin-bottom:40px}.c-index .c-index__category .c-index__cheatsheets{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,270px);justify-content:center}",""])},kByJ:function(e,t,a){"use strict";t.a={data:function(){return{baseUrl:"https://lecoupa.github.io/awesome-cheatsheets/",categories:[{name:"Languages",cheatsheets:[{name:"Bash",thumbnail:"bash.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/bash.sh"},{name:"C",thumbnail:"c.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/C.txt"},{name:"C#",thumbnail:"c-sharp.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/C%23.txt"},{name:"JavaScript",thumbnail:"javascript.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/javascript.js"},{name:"PHP",thumbnail:"php.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/php.php"}]},{name:"Backend",cheatsheets:[{name:"Django",thumbnail:"django.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/django.py"},{name:"Feathers.js",thumbnail:"feathers.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/feathers.js"},{name:"Moleculer",thumbnail:"moleculer.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/moleculer.js"},{name:"Node.js",thumbnail:"node.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/node.js"},{name:"Sails.js",thumbnail:"sails.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/sails.js"}]},{name:"Frontend",cheatsheets:[{name:"Angular.js",thumbnail:"angularjs.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/angularjs.js"},{name:"Angular 2+",thumbnail:"angular.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/angular.js"},{name:"Ember.js",thumbnail:"ember.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/ember.js"},{name:"HTML5",thumbnail:"html5.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/html5.html"},{name:"React.js",thumbnail:"react.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/react.js"},{name:"Vue.js",thumbnail:"vue.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/vue.js"}]},{name:"Databases",cheatsheets:[{name:"Redis",thumbnail:"redis.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/databases/redis.sh"}]},{name:"Tools",cheatsheets:[{name:"Docker",thumbnail:"docker.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/docker.sh"},{name:"Kubernetes",thumbnail:"kubernetes.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/kubernetes.sh"},{name:"VIM",thumbnail:"vim.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/vim.txt"},{name:"Xcode",thumbnail:"xcode.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/xcode.txt"}]}]}}}},wUjD:function(e,t,a){var s=a("ZRGJ");"string"==typeof s&&(s=[[e.i,s,""]]),s.locals&&(e.exports=s.locals);a("rjj0")("4f493efb",s,!0,{sourceMap:!1})}});
|
@ -1 +0,0 @@
|
||||
webpackJsonp([1],{"+htN":function(e,t,a){"use strict";var s={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"c-index"},[a("a",{staticClass:"c-index__link",attrs:{href:"https://github.com/LeCoupa/awesome-cheatsheets",target:"_blank"}},[a("img",{staticClass:"c-index__logo",attrs:{src:e.baseUrl+"/images/common/logo.png",srcset:e.baseUrl+"/images/common/logo@2x.png"}})]),e._m(0),e._l(e.categories,function(t,s){return a("section",{key:t.name,staticClass:"c-index__category"},[a("base-divider",{staticClass:"c-index__divider",attrs:{category:"0"+(s+1)+". "+t.name}}),a("div",{staticClass:"c-index__cheatsheets"},e._l(t.cheatsheets,function(e){return a("base-cheatsheet",{key:e.name,attrs:{link:e.link,name:e.name,thumbnail:e.thumbnail}})}))],1)})],2)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("p",{staticClass:"c-index__description"},[this._v("Awesome cheatsheets for popular programming languages, frameworks and development tools."),t("br"),this._v("\n They include everything you should know in one single file. 👩💻👨💻")])}]};t.a=s},"/TYz":function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("kByJ"),n=a("+htN");var o=function(e){a("UEHY")},i=a("VU/8")(s.a,n.a,!1,o,null,null);t.default=i.exports},UEHY:function(e,t,a){var s=a("ath9");"string"==typeof s&&(s=[[e.i,s,""]]),s.locals&&(e.exports=s.locals);a("rjj0")("075496b6",s,!0,{sourceMap:!1})},ath9:function(e,t,a){(e.exports=a("FZ+f")(!1)).push([e.i,".c-index .c-index__logo{width:245px;height:165px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-index .c-index__description{margin:0;margin:30px 0 40px;font-size:22px;line-height:32px}.c-index .c-index__category{margin-bottom:40px}.c-index .c-index__category:last-of-type{margin-bottom:0}.c-index .c-index__category .c-index__divider{margin-bottom:40px}.c-index .c-index__category .c-index__cheatsheets{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,270px);justify-content:center}",""])},kByJ:function(e,t,a){"use strict";t.a={data:function(){return{baseUrl:"https://lecoupa.github.io/awesome-cheatsheets/",categories:[{name:"Languages",cheatsheets:[{name:"Bash",thumbnail:"bash.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/bash.sh"},{name:"C",thumbnail:"c.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/C.txt"},{name:"C#",thumbnail:"c-sharp.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/C%23.txt"},{name:"JavaScript",thumbnail:"javascript.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/javascript.js"},{name:"PHP",thumbnail:"php.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/php.php"}]},{name:"Backend",cheatsheets:[{name:"Django",thumbnail:"django.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/django.py"},{name:"Feathers.js",thumbnail:"feathers.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/feathers.js"},{name:"Moleculer",thumbnail:"moleculer.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/moleculer.js"},{name:"Node.js",thumbnail:"node.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/node.js"},{name:"Sails.js",thumbnail:"sails.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/sails.js"}]},{name:"Frontend",cheatsheets:[{name:"Angular.js",thumbnail:"angularjs.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/angularjs.js"},{name:"Angular 2+",thumbnail:"angular.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/angular.js"},{name:"Ember.js",thumbnail:"ember.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/ember.js"},{name:"HTML5",thumbnail:"html5.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/html5.html"},{name:"React.js",thumbnail:"react.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/react.js"},{name:"Vue.js",thumbnail:"vue.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/frontend/vue.js"}]},{name:"Databases",cheatsheets:[{name:"Redis",thumbnail:"redis.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/databases/redis.sh"}]},{name:"Tools",cheatsheets:[{name:"Docker",thumbnail:"docker.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/docker.sh"},{name:"Kubernetes",thumbnail:"kubernetes.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/kubernetes.sh"},{name:"VIM",thumbnail:"vim.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/vim.txt"},{name:"Xcode",thumbnail:"xcode.jpg",link:"https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/xcode.txt"}]}]}}}}});
|
4
dist/index.html
vendored
4
dist/index.html
vendored
File diff suppressed because one or more lines are too long
@ -46,7 +46,7 @@ html {
|
||||
box-sizing: border-box;
|
||||
padding: 60px 0;
|
||||
min-height: 100%;
|
||||
background-color: #1b2431;
|
||||
background-color: $mirage;
|
||||
color: white;
|
||||
text-align: center;
|
||||
word-spacing: 1px;
|
||||
|
@ -25,8 +25,16 @@ module.exports = {
|
||||
[
|
||||
"@nuxtjs/google-analytics",
|
||||
{
|
||||
id: "UA-125493236-1"
|
||||
id: "UA-125493236-1",
|
||||
debug: { sendHitTask: process.env.NODE_ENV === "production" }
|
||||
}
|
||||
],
|
||||
[
|
||||
"nuxt-sass-resources-loader",
|
||||
[
|
||||
// Global variables, site-wide settings, config switches, etc
|
||||
"@/assets/settings/_colors.scss"
|
||||
]
|
||||
]
|
||||
],
|
||||
build: {
|
||||
|
48
package-lock.json
generated
48
package-lock.json
generated
@ -6295,6 +6295,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"nuxt-sass-resources-loader": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/nuxt-sass-resources-loader/-/nuxt-sass-resources-loader-2.0.5.tgz",
|
||||
"integrity": "sha512-IWZI7pQdQPtT1f0T/Y7IQlFrAPEdkxSjIRPxD/NA+ECQxij/CJ8UzWmTjQL9PwbaNdgbqrALoZaJpinqdeTLpg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"sass-resources-loader": "1.3.3"
|
||||
}
|
||||
},
|
||||
"oauth-sign": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
|
||||
@ -9961,6 +9970,45 @@
|
||||
"semver": "5.5.1"
|
||||
}
|
||||
},
|
||||
"sass-resources-loader": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/sass-resources-loader/-/sass-resources-loader-1.3.3.tgz",
|
||||
"integrity": "sha512-wEXBIn4DWE86KaYafPwoKXvyqGQdmbB7ePlGxrKTuUzwVnkgwUZXald48k+9WdwCWWffTiSr0pb9PIVGGPU/rw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"async": "2.6.1",
|
||||
"chalk": "1.1.3",
|
||||
"glob": "7.1.3",
|
||||
"loader-utils": "1.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-styles": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
||||
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
|
||||
"dev": true
|
||||
},
|
||||
"chalk": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
|
||||
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ansi-styles": "2.2.1",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1",
|
||||
"supports-color": "2.0.0"
|
||||
}
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
||||
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"sax": {
|
||||
"version": "1.2.4",
|
||||
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
|
||||
|
@ -26,6 +26,7 @@
|
||||
"eslint-loader": "^1.7.1",
|
||||
"eslint-plugin-vue": "^4.0.0",
|
||||
"node-sass": "^4.9.3",
|
||||
"nuxt-sass-resources-loader": "^2.0.5",
|
||||
"pug": "^2.0.3",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
"sass-loader": "^7.1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user