Everything you can do with Beauter
Beauter is based on an experimental methodology called bol by Shubham Ramdeo.
bol stands for .base .-object ._layer
.
Hence the naming concentions which are to be followed in Beauter as as follows:
- All the basic base objects like html tags, and primary div classes are named directly like
.base {;}
in the CSS and can be accessed directly bybase
.- All the dependent objects and elements which cannot be used stand alone are named with a hyphen like
.-object {;}
in the CSS and can be accessed by-object
.- All the independent utilities, modifiers and styling layers which can be mixed up together are named with an underscore like
._layer {;}
in the CSS and can be accessed by_layer
.
Learn more about BOL Methodology in detail here.