mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
23 lines
307 B
SCSS
23 lines
307 B
SCSS
@charset "UTF-8";
|
|
|
|
// 1. Configuration and helpers
|
|
@use 'abstracts';
|
|
|
|
// 2. Font faces
|
|
@use 'fontface';
|
|
|
|
// 2. Vendors specific files
|
|
@use 'vendors';
|
|
|
|
// 3. Base stuff
|
|
@use 'base';
|
|
|
|
// 4. Components
|
|
@use 'components';
|
|
|
|
// 5. Layout-related sections
|
|
@use 'layouts';
|
|
|
|
// 6. Page-specific styles
|
|
@use 'pages';
|