HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/sass/site/style.scss
/*  1 - SETTINGS
 *  Global variables, site-wide settings,
 *  config switches etc.
 *
 *  The order in which these Sass files
 *  are loaded is critical!
 *  So please be careful when editing
  =========================================================== */

@import '1-Settings/settings';



/*  2 - TOOLS
 *  Site wide mixins and functions
 =========================================================== */

@import '2-Tools/tools';



/*  3 - ELEMENTS
 *  Plain old simple HTML elements without a class (type selectors)
 =========================================================== */

@import '3-Elements/elements';



/*  4 - Layout elements
 *  Design patterns (e.g. grids or media object)
 =========================================================== */

@import '4-Layouts/layouts';



/*  5 - COMPONENTS
 *  Discrete complete chunks of UI.
 *  Designed components
 =========================================================== */

// CHECK
@import '5-Components/components';



/*  6 - ORGANISMS
 *  Large blocks composed of multiple components.
 =========================================================== */

@import "6-Organisms/organisms";



/*  7 - Templates
 *  Override styling for a specific template
 =========================================================== */

@import '7-Templates/templates';



/*  8 - SCOPES
 *  Elements and classes that are scoped by a parent class
 =========================================================== */

@import '8-Scopes/scopes';



/*  9 - LIBRARIES
 *  Styling we implement from third parties
 =========================================================== */
@import "9-Libraries/libraries";



/*  10 - UTILITIES
 *  High-specificity, very explicit selectors.
 *  Overrides and helper classes.
 =========================================================== */

@import '10-Utilities/utilities';


/* 11 - ANIMATIONS
 * Cool animations 😎
 */
@import "11-Animations/animations";