C# Class BetterCms.Module.Pages.Helpers.CssHelper

Helper class, for work with custom CSS code
ファイルを表示 Open project: devbridge/BetterCMS

Public Methods

Method Description
FixCss ( string css ) : string

Fixes the CSS selectors.

PrefixCssSelectors ( string css, string selectorPrefix ) : string

Add the prefix to CSS selector.

Private Methods

Method Description
PrefixCssSelectorsForSingleRule ( string prefix, string rule ) : string

Add the prefix to CSS selector single rule.

Method Details

FixCss() public static method

Fixes the CSS selectors.
public static FixCss ( string css ) : string
css string The CSS.
return string

PrefixCssSelectors() public static method

Add the prefix to CSS selector.
public static PrefixCssSelectors ( string css, string selectorPrefix ) : string
css string The CSS.
selectorPrefix string The selector prefix.
return string