Versions in this module Expand all Collapse all v0 v0.3.0 Jul 30, 2026 Changes in this version + var CSSDir = ".obsidian_cache/css" + func ExportTLDR(t *TLDRResult, path, format string) error + func ImportFile(srcPath, label string) (string, error) v0.2.0 Jul 24, 2026 Changes in this version type TLDRResult + Specificities []float64 + func AnalyzeCSS(css string) *TLDRResult + func (r *TLDRResult) StatString() string v0.1.0 Jul 23, 2026 Changes in this version + func DiffCSS(versionA, versionB string) *models.DiffResult + func ExtractCSS(version string) (string, error) + func SemverBump(a, b string) string + type TLDRResult struct + AdditionsLOC int + AverageSpecificity float64 + CSSVariablesAdded []string + CSSVariablesChanged []VariableChange + CSSVariablesRemoved []string + ColorCounts map[string]int + DeletionsLOC int + ImportantCount int + SelectorsAdded []string + SelectorsRemoved []string + SemverBump string + TotalSelectorsAnalyzed int + VersionA string + VersionADate string + VersionB string + VersionBDate string + func AnalyzeDiff(diff string) *TLDRResult + func (r *TLDRResult) MarshalJSON() ([]byte, error) + func (r *TLDRResult) MarshalTOML() ([]byte, error) + func (r *TLDRResult) MarshalYAML() ([]byte, error) + func (r *TLDRResult) String() string + type VariableChange struct + Name string + NewValue string + OldValue string