You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
517 B
SCSS
37 lines
517 B
SCSS
@charset "UTF-8";
|
|
|
|
@import
|
|
'abstracts/variables',
|
|
'abstracts/mixins';
|
|
|
|
@import
|
|
'vendors/normalize';
|
|
|
|
@import
|
|
'base/base',
|
|
'base/fonts',
|
|
'base/typography',
|
|
'base/helpers';
|
|
|
|
@import
|
|
'layout/header',
|
|
'layout/footer';
|
|
|
|
@import
|
|
'components/title',
|
|
'components/horizontal-card',
|
|
'components/vertical-card',
|
|
'components/button';
|
|
|
|
@import
|
|
'pages/home',
|
|
'pages/news',
|
|
'pages/article',
|
|
'pages/tournaments',
|
|
'pages/about',
|
|
'pages/kickoff',
|
|
'pages/nationals';
|
|
|
|
@import
|
|
'themes/default';
|