420 | ${this.renderSection("Colors", "Colors", this.renderTextColor)} 421 | ${this.renderSection("Background colors", "Background Colors", this.renderBackgroundColor)} 422 | ${this.renderSection("Font family", "Font Families", this.renderFontFamily)} 423 | ${this.renderSection("Font size", "Font Sizes", this.renderFontSize)} 424 | ${this.renderSection("Font weight", "Font Weights", this.renderFontWeight)} 425 | 426 | ${this.renderSection("Border radius", "Border Radius", this.renderBorderRadius)} 427 | ${this.renderSection("Size (width, height)", "Sizing", this.renderSizing)} 428 | ${this.renderSection("Border color", "Border Colors", this.renderBorderColor)} 429 | ${this.renderSection("Border style", "Border Styles", this.renderBorderStyle)} 430 | ${this.renderSection("Spacing", "Spacing", this.renderSpacing)} 431 | ${this.renderSection("Line height", "Line Heights", this.renderLineHeight)} 432 | ${this.renderSection("Modifier", "Modifier", this.renderValues)} 433 | ${this.renderSection("Text decoration", "Text decoration", this.renderValues)} 434 | ${this.renderSection("Duration", "Duration", this.renderValues)} 435 | ${this.renderSection("Opacity", "Opacity", this.renderValues)} 436 | ${this.renderSection("Z Index", "Z Index", this.renderValues)} 437 | ${this.renderSection("Box shadow", "Box Shadows", this.renderBoxShadow)} 438 | 439 | ${this.renderSection("text-color", "Text Colors")} 440 | ${this.renderSection("text-shadow", "Text Shadows")} 441 | ${this.renderSection("background-color", "Background Colors")} 442 | ${this.renderSection("sizing", "Sizing")} 443 | ${this.renderSection("spacing", "Spacing")} 444 | ${this.renderSection("font", "Fonts")} 445 | ${this.renderSection("font-style", "Font Styles")} 446 | ${this.renderSection("font-weight", "Font Weights")} 447 | ${this.renderSection("font-size", "Font Sizes")} 448 | ${this.renderSection("font-family", "Font Families")} 449 | ${this.renderSection("line-height", "Line Heights")} 450 | ${this.renderSection("border-style", "Border Styles")} 451 | ${this.renderSection("border-color", "Border Colors")} 452 | ${this.renderSection("radius", "Radius")} 453 | ${this.renderSection("border-radius", "Border Radius")} 454 | ${this.renderSection("hr-color", "Horizontal Rule Colors")} 455 | ${this.renderSection("gradient", "Gradients")} 456 | ${this.renderSection("background-gradient", "Background Gradients")} 457 | ${this.renderSection("drop-shadow", "Drop Shadows")} 458 | ${this.renderSection("box-shadow", "Box Shadows")} 459 | ${this.renderSection("inner-shadow", "Inner Drop Shadows", this.renderDropShadow)} 460 | ${this.renderSection("time", "Time")} 461 | ${this.renderSection("media-query", "Media Queries")} 462 |