// Assembly: Unity.VectorGraphics
// Full name: Unity.VectorGraphics.SVGStyleSheetUtils

namespace Unity.VectorGraphics
{
public class SVGStyleSheetUtils // TypeDefIndex: 10861
{

	// Methods
	// RVA: -1
	public static type#25561 Parse(type#26576 cssText) { }
	// RVA: -1
	public static type#25556 ParseInline(type#26576 cssText) { }
	// RVA: -1
	private static type#15313 ParseSelector(type#9066 tokens, type#25561 sheet) { }
	// RVA: -1
	private static type#28660 CombineProperties(type#25556 first, type#25556 second) { }
	// RVA: -1
	private static type#25556 CopyProperties(type#25556 props) { }
	// RVA: -1
	private static type#15313 ParseProperties(type#9066 tokens, type#25556 props) { }
	// RVA: -1
	private static type#15313 ParseProperty(type#9066 tokens, type#12129 name, type#12129 value) { }
	// RVA: -1
	private static type#26576 ParseParenValue(type#9066 tokens) { }
	// RVA: -1
	public static type#9066 Tokenize(type#26576 cssText) { }
	// RVA: -1
	private static type#26576 PeekToken(type#9066 tokens) { }
	// RVA: -1
	private static type#26576 PopToken(type#9066 tokens) { }
	// RVA: -1
	private static type#15313 IsSeparator(type#15837 ch) { }
	// RVA: -1
	private static type#15313 IsWhitespace(type#15837 ch) { }
}
}
