Files
Web-NibblePoker/resources/Azias/scss/nibblepoker.lu.scss
Herwin 2df6476a2f Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
2022-09-21 16:54:03 +02:00

27 lines
660 B
SCSS

/* Standalone */
@import 'standalone/fonts';
@import 'standalone/utils';
/* Halfmoon */
@import 'halfmoon/fixes';
@import 'halfmoon/fonts';
@import 'halfmoon/background';
/* Halfmoon > Sections */
@import 'halfmoon/section/footer';
@import 'halfmoon/section/sidebar';
@import 'halfmoon/section/titlebar';
/* Halfmoon > Pages */
@import 'halfmoon/page/home';
@import 'halfmoon/page/content';
@import 'halfmoon/page/contact';
/* Halfmoon > Elements */
@import 'halfmoon/element/code';
@import 'halfmoon/element/containers';
@import 'halfmoon/element/glider';
@import 'halfmoon/element/hr';
@import 'halfmoon/element/image';
@import 'halfmoon/element/video';