summaryrefslogtreecommitdiff
path: root/docs/guide/guidelines
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2025-06-12 20:10:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2025-06-12 20:10:20 +0300
commit5fa63e5a5ff1e97ea7303cf8da9d74e45685a66e (patch)
tree0455e50263b47e79bbe4f4417303e18be0c22857 /docs/guide/guidelines
parent7fb9bb4f60eef821fb3964888a25cbc4e4e54718 (diff)
downloadwebui-vue-master.tar.xz
markdownlint: fixesHEADmaster
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5d07d550b9c483de6c4d5f64570ea8336564297a
Diffstat (limited to 'docs/guide/guidelines')
-rw-r--r--docs/guide/guidelines/colors.md14
-rw-r--r--docs/guide/guidelines/motion.md4
2 files changed, 9 insertions, 9 deletions
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
-<colors-grays/>
+`<colors-grays/>`
## Blues
-<colors-blues/>
+`<colors-blues/>`
## Greens
-<colors-greens/>
+`<colors-greens/>`
## Reds
-<colors-reds/>
+`<colors-reds/>`
## Yellows
-<colors-yellows/>
+`<colors-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).
-<colors-all/>
+`<colors-all/>`
## 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).
-<colors-theme/>
+`<colors-theme/>`
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