Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 4ed1e99
Author: Shibu Lijack <shibu.lijack@freshdesk.com>
Date:   Thu Aug 29 12:40:28 2019 +0530

    [CHORE] Major code structure refactor (#48)

    * [CHORE] Customized syntax highlighter

    * Refactored file structure

    * Added home page content

    * Fixed lint errors

    * Fixed more lint errors

    * Major project structure refactor

    * Squashed commit of the following:

    commit a584ae0
    Author: abhilash <abhilash.ramesh@freshworks.com>
    Date:   Tue Jun 25 14:49:25 2019 +0530

        [FEAT #36]: chore: Adds base css folder structure (#37)

    * Temporary removal of global codeowners

    * Update environment.js

    * Squashed commit of the following:

    commit a584ae0
    Author: abhilash <abhilash.ramesh@freshworks.com>
    Date:   Tue Jun 25 14:49:25 2019 +0530

        [FEAT #36]: chore: Adds base css folder structure (#37)

commit a584ae0
Author: abhilash <abhilash.ramesh@freshworks.com>
Date:   Tue Jun 25 14:49:25 2019 +0530

    [FEAT #36]: chore: Adds base css folder structure (#37)
  • Loading branch information
shibulijack authored and shibulijack committed Aug 29, 2019
1 parent d5573be commit aecce18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/styles/base/base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import './normalize';
@import './typography/base';
10 changes: 10 additions & 0 deletions app/styles/base/typography/_base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@import './color';
@import './align';
@import './decoration';

0 comments on commit aecce18

Please sign in to comment.