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

Helper class, for work with custom CSS code
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode Description
FixCss ( string css ) : string

Fixes the CSS selectors.

PrefixCssSelectors ( string css, string selectorPrefix ) : string

Add the prefix to CSS selector.

Private Methods

Méthode Description
PrefixCssSelectorsForSingleRule ( string prefix, string rule ) : string

Add the prefix to CSS selector single rule.

Method Details

FixCss() public static méthode

Fixes the CSS selectors.
public static FixCss ( string css ) : string
css string The CSS.
Résultat string

PrefixCssSelectors() public static méthode

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