2022-03-15 12:56:08 +03:00
|
|
|
// Global
|
|
|
|
@import './reset';
|
2022-03-16 12:42:03 +03:00
|
|
|
@import './tokens';
|
2022-03-15 12:56:08 +03:00
|
|
|
@import './typography';
|
2022-03-16 12:42:03 +03:00
|
|
|
@import './helpers';
|
2022-03-15 12:56:08 +03:00
|
|
|
@import './base';
|
|
|
|
|
|
|
|
// Components
|
2022-03-16 12:50:51 +03:00
|
|
|
@import '../components/footer/footer';
|
|
|
|
@import '../components/header/header';
|