Documentation v8.1.1

Preview Downloads Purchase

Overview

Metronic uses SASS , the most powerful CSS preprocessor for handling the theme css efficiently. Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.

Components

Components folder in /src/sass/components/contains SASS code that customizes the core Bootstrap components to match the Metronic's own design system and custom components. Both Metronic and Bootstrap  components are customized in /src/sass/_variables.scss.

Bootstrap Variables

In /src/sass/components/_variables.scssfile, Metronic deeply customizes the standard Bootstrap  components by following the best practices explained in the official documentation.
Custom variables that used to customize Bootstrap components are marked with Custom variablecomment in _variables.scssfile.

Override Variables

If you like to change the Bootstrap theme colors, border radiuses, font family and other variables, we suggest using _variables.custom.scssfile so you keep your own changes separated from future updates to avoid conflicts. All variables to override in this file should be set without the !defaultattribute to prioritize your code change.

Theme Feel

Metronic comes with an alternative cooltheme mode that can be checked through Layout Builder. To use the cooltheme feel please follow the below steps:
  • Open src/_init.scssto change the components and layouts variables imports.
  • Replace components/variables.customimport with components/variables.cool.custom.
  • Replace layout/variables.customimport with layout/variables.cool.custom.

Layout

Layout and comrelated SASS code is located in /src/sass/layout/folder. This folder contains the layout's markup and SASS variables files as explained in the below table:
File/Folder Description
_variables.scss Variables used by layout partials. You can easily change Aside width, header height and other common properties.
_layout.scss Defines main layout and its dependencies.

Compilation

  • Metronic compiles layout, components(including the Bootstrap & custom components) into the main bundle: dist/assets/css/style.bundle.css.
  • The custom SASS files are compiled separately into CSS folder: dist/assets/css/custom
  • All 3rd-party plugins css files are bundled into the plugins bundle CSS file and globally included in all pages. dist/assets/plugins/global/plugins.bundle.css.

Demos

Metronic Licenses

License FAQs
Regular License
For single end product used by you or one client
$ 39
Extended License
For single SaaS app with paying users
$ 969
Custom License
Reach us for custom license offers.
Buy Now
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation & Videos
From guides and video tutorials, to live demos and code examples to get started.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
Metronic Downloads
Download your prefered framework and demo with one click.
What's New
Latest features and improvements added with our users feedback in mind.