Skip to content

Commit

Permalink
Lint WCA theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Oct 9, 2023
1 parent 43583f3 commit 996b226
Showing 1 changed file with 32 additions and 38 deletions.
70 changes: 32 additions & 38 deletions src/themes/wca/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Site Settings
*******************************/

/*-------------------
/* -------------------
Fonts
--------------------*/
-------------------- */
@fontPath: "../../themes/wca/assets";
@fontName: 'Roboto';
@fontFileName: 'roboto';
@fontName: "Roboto";
@fontFileName: "roboto";
@fontSmoothing: antialiased;
@importGoogleFonts: false;

Expand All @@ -24,48 +24,42 @@
};
};

/*-------------------
/* -------------------
Base Sizes
--------------------*/
-------------------- */

/* This is the single variable that controls them all */
@emSize : 14px;
@emSize: 14px;


/*--------------
/* --------------
Page Heading
---------------*/

@h1 : unit((32 / 14), rem);
@h1 : unit((26 / 14), rem);
--------------- */

@h1: unit((32 / 14), rem);
@h1: unit((26 / 14), rem);

/*-------------------
/* -------------------
Links
--------------------*/
-------------------- */

@linkColor : #E64503;
@linkUnderline : none;
@linkColor: #E64503;
@linkUnderline: none;


/*-------------------
/* -------------------
Site Colors
--------------------*/

/*--- Colors ---*/
@red : #D33E43;
@orange : #F2711C;
@yellow : #FECE23;
@olive : #B5CC18;
@green : #21BA45;
@teal : #00B5AD;
@blue : #375E97;
@violet : #6435C9;
@purple : #A333C8;
@pink : #E03997;
@brown : #A5673F;
@grey : #767676;
@black : #1B1C1D;



-------------------- */

/* --- Colors --- */
@red: #D33E43;
@orange: #F2711C;
@yellow: #FECE23;
@olive: #B5CC18;
@green: #21BA45;
@teal: #00B5AD;
@blue: #375E97;
@violet: #6435C9;
@purple: #A333C8;
@pink: #E03997;
@brown: #A5673F;
@grey: #767676;
@black: #1B1C1D;

0 comments on commit 996b226

Please sign in to comment.