summaryrefslogtreecommitdiff
path: root/docs/guide/guidelines
diff options
context:
space:
mode:
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