Started massive refactoring, Removed halfmoon, Added new personnal common CSS, Site now runs at >5 fps on low-end
Update .gitignore, .htaccess, and 264 more files...
This commit is contained in:
55
resources/NibblePoker/scss/nibblepoker.scss
Normal file
55
resources/NibblePoker/scss/nibblepoker.scss
Normal file
@@ -0,0 +1,55 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* NibblePoker.lu CSS
|
||||
* Version: 0.0.3
|
||||
* Copyright, 2023 Bozet Herwin
|
||||
* -----------------------------------------------------------------------------
|
||||
* Source: https://github.com/aziascreations/Web-NibblePoker
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/* Config */
|
||||
@import 'config';
|
||||
|
||||
/* Externals */
|
||||
@import 'external/reset';
|
||||
|
||||
/* Variables */
|
||||
@import 'variables';
|
||||
|
||||
/* Core */
|
||||
@import 'core/border'; // Has out-of-core colors usage
|
||||
@import 'core/float';
|
||||
@import 'core/sizing';
|
||||
@import 'core/flex';
|
||||
@import 'core/text';
|
||||
@import 'core/containers';
|
||||
@import 'core/display';
|
||||
|
||||
/* Core > Rounding */
|
||||
@import 'core/rounding/global';
|
||||
@import 'core/rounding/sided';
|
||||
@import 'core/rounding/corner';
|
||||
|
||||
/* Core > Spacing */
|
||||
@import 'core/spacing/global';
|
||||
@import 'core/spacing/axis';
|
||||
@import 'core/spacing/sided';
|
||||
|
||||
/* Site > Fonts */
|
||||
@import 'external/quantum';
|
||||
|
||||
/* Site > HTML Elements */
|
||||
@import 'site/commons';
|
||||
@import 'site/body';
|
||||
@import 'site/layout'; // Has manual disabling of some core stuff in specific situations and a shit-tier fix for tables.
|
||||
@import 'site/hr';
|
||||
//@import 'site/scrollbar';
|
||||
@import 'site/image';
|
||||
@import 'site/wedge';
|
||||
@import 'site/input';
|
||||
@import 'site/text'; // Has hardcoded with for font-awesome icons in sidebar
|
||||
@import 'site/backgrounds';
|
||||
@import 'site/table'; // Uses copied paddings for cells & ugly rounding fix
|
||||
@import 'site/code'; // Uses copied borders, roundings and paddings
|
||||
@import 'site/content'; // Uses fixed sizes and floats
|
Reference in New Issue
Block a user