chore(deps): bump + docs: remove absolute instructions from readme

This commit is contained in:
Liyas Thomas
2021-03-30 05:00:24 +00:00
committed by GitHub
parent de57208bab
commit b9deec1487
12 changed files with 42 additions and 58 deletions

View File

@@ -1,7 +1,5 @@
# ASSETS
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).

View File

@@ -47,7 +47,6 @@ body {
@apply bg-bgColor;
@apply text-fgColor;
@apply text-base;
@apply font-body;
@apply font-medium;
@apply select-none;
@apply transition;
@@ -340,7 +339,6 @@ button {
@apply p-4;
@apply bg-acColor;
@apply text-actColor;
@apply font-body;
@apply font-bold;
@apply transition;
@apply ease-in-out;
@@ -412,20 +410,6 @@ button {
}
.material-icons {
@apply font-icon;
@apply font-normal;
@apply not-italic;
@apply inline-block;
@apply normal-case;
@apply tracking-normal;
@apply whitespace-nowrap;
@apply antialiased;
word-wrap: normal;
direction: ltr;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
&:active {
animation: beat 0.5s forwards 1;
}

View File

@@ -1,5 +1,5 @@
@mixin baseTheme {
--font-body: "Poppins", "sans-serif";
--font-sans: "Poppins", "sans-serif";
--font-mono: "Roboto Mono", "monospace";
--font-icon: "Material Icons";
}