C# 클래스 MoreInternals.Compiler.Tasks.Verify

Task which does all sorts of "post CSS generation" checks for correctness. This checks that media-queries make sense, and that cycle() doesn't violate some constraints. In the future, this may come to mean all sorts of "property x should be of type y" sorts of checks.
파일 보기 프로젝트 열기: kevin-montrose/More

공개 메소드들

메소드 설명
Task ( List blocks ) : List

비공개 메소드들

메소드 설명
IsSetFeature ( Model type, string featureName ) : bool
IsValidFeature ( string featureName ) : bool
IsValidMinMax ( string featureName ) : bool
IsValidTypeFor ( string featureName, Value value ) : bool
VerifyColorStop ( Value value ) : void
VerifyCubicBezier ( IEnumerable values ) : void
VerifyCycle ( IEnumerable values ) : void
VerifyLinearGradient ( IEnumerable values ) : void
VerifyPossible ( MediaQuery query, IPosition on ) : void
VerifyQuery ( MediaQuery query ) : void
VerifySteps ( IEnumerable values ) : void
VerifyTypes ( MediaQuery query ) : void

메소드 상세

Task() 공개 정적인 메소드

public static Task ( List blocks ) : List
blocks List
리턴 List