1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update comments

This commit is contained in:
Lucas Vallenet
2023-06-12 16:21:57 +02:00
parent 99801a2d8b
commit 380fbd40c3
7 changed files with 13 additions and 5102 deletions

View File

@@ -18,7 +18,7 @@ $colors: (
//
// ```scss
// .c-box {
// width: color(primary);
// color: color(primary);
// }
// ```
//

View File

@@ -21,7 +21,7 @@ $eases: (
power3-out: cubic-bezier(0.165, 0.840, 0.440, 1.000),
power3-in-out: cubic-bezier(0.770, 0.000, 0.175, 1.000),
// Power 3
// Power 4
power4-in: cubic-bezier(0.755, 0.050, 0.855, 0.060),
power4-out: cubic-bezier(0.230, 1.000, 0.320, 1.000),
power4-in-out: cubic-bezier(0.860, 0.000, 0.070, 1.000),