This commit is contained in:
mgabdev
2020-02-08 01:12:01 -05:00
parent fa66d082f8
commit 1c98dd283e
146 changed files with 1462 additions and 1951 deletions

View File

@@ -1,5 +1,3 @@
import './gab_logo.scss'
const GabLogo = ({
width = '50px',
height = '30px',

View File

@@ -1,9 +0,0 @@
.gab-logo {
enable-background: new 0 0 50 30;
&__path {
fill-rule: evenodd;
clip-rule: evenodd;
fill: $gab-brand-default;
}
}

View File

@@ -1 +0,0 @@
export { default } from './gab_logo';