What css preprocessor was used?


For style part of the template we are using Scalable and Modular Architecture for CSS/LESS and it has 2 core goals.

  1. Increase the semantic value of html section and content
  2. Decrease the expectation of a specific html structure

The purpose of SMACSS categorization is to reduse code repetition, to increse consistent experience, and to make the maintenance easier. Under SMACSS there are 5 general categories of css/less rules:

  • colors - (stylesheets for the each theme color)
  • lib - (page scripts stylesheet)
  • modules - (stylesheets for the each theme block)
    • _about-us.less - (about us section)
    • _menu.less - (page navigation)
    • _preloader.less - (page preloader)
  • _base.less - (global styles and resets for this theme)
  • _theme.less - (theme variables and general components styles)
  • _layout.less - (classes and styles that define the theme layout)
  • _module.less - (stylesheet for the each theme component)
  • style.less - (all the less files)
  • welcome.less - (welcome page styles)

Last update:
2014-11-20 08:32
Author:
Daniel Verejan
Revision:
1.2
Average rating:0 (0 Votes)