mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-22 20:26:09 +01:00
Daniel Siepmann
bed87f8a10
Don't have left sidebar. Add small sidebar to the right of each entry to interact with each entry.
6 lines
147 B
SCSS
6 lines
147 B
SCSS
@import 'variables';
|
|
@import 'elements';
|
|
@import 'components/header';
|
|
@import 'components/content';
|
|
@import 'components/footer';
|
|
@import 'layout';
|