Skip to content

rowlow/rowlow.settings.default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rowlow.settings.default

ROW LOW default settings hold important generic settings that can be overwritten depending on your needs.

$rowlow-namespace

ROW LOW's mixins, variables and functions are prefixed with rowlow- per se. Generated CSS selectors however, are not prefixed by default. In order to change this behavior, you can define a generic namespace that will be prefixed to any CSS selector using $rowlow-namespace. Additionally, every ROW LOW module that is generating CSS selectors will have a additional variable to set a specific namespace. By default this specific namespace is equal to the generic namespace. Please look up the module's documentation for more details.

Usage

    $rowlow-namespace: "rowlow-";

About

The default settings for ROW LOW framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages