From 5fa63e5a5ff1e97ea7303cf8da9d74e45685a66e Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 12 Jun 2025 13:10:20 -0400 Subject: markdownlint: fixes Signed-off-by: Patrick Williams Change-Id: I5d07d550b9c483de6c4d5f64570ea8336564297a --- docs/guide/guidelines/colors.md | 14 +++++++------- docs/guide/guidelines/motion.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/guide/guidelines') diff --git a/docs/guide/guidelines/colors.md b/docs/guide/guidelines/colors.md index 6ddcfeee6..4312bf432 100644 --- a/docs/guide/guidelines/colors.md +++ b/docs/guide/guidelines/colors.md @@ -13,23 +13,23 @@ colors to override default styles set by the Bootstrap library. ## Grays - +`` ## Blues - +`` ## Greens - +`` ## Reds - +`` ## Yellows - +`` ## All Colors @@ -38,7 +38,7 @@ colors to override default styles set by the Bootstrap library. `theme-colors` map colors. [Learn more about the Bootstrap color maps](https://getbootstrap.com/docs/4.0/getting-started/theming/#all-colors). - +`` ## Theme Colors @@ -48,4 +48,4 @@ component. [Learn more about the Bootstrap theme-colors maps](https://getbootstrap.com/docs/4.0/getting-started/theming/#theme-colors). - +`` diff --git a/docs/guide/guidelines/motion.md b/docs/guide/guidelines/motion.md index 8ec9f5b7f..2f0564def 100644 --- a/docs/guide/guidelines/motion.md +++ b/docs/guide/guidelines/motion.md @@ -23,7 +23,7 @@ for expressive motion. ### Easing tokens -``` +```css $standard-easing--productive: cubic-bezier(0.2, 0, 0.38, 0.9); $standard-easing--expressive: cubic-bezier(0.4, 0.14, 0.3, 1); $entrance-easing--productive: cubic-bezier(0, 0, 0.38, 0.9); @@ -42,7 +42,7 @@ longer the animation takes. ### Duration tokens -``` +```css $duration--fast-01: 70ms; //Micro-interactions such as button and toggle $duration--fast-02: 110ms; //Micro-interactions such as fade $duration--moderate-01: 150ms; //Micro-interactions, small expansion, short distance movements -- cgit v1.2.3