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:
@@ -18,7 +18,7 @@ $colors: (
|
||||
//
|
||||
// ```scss
|
||||
// .c-box {
|
||||
// width: color(primary);
|
||||
// color: color(primary);
|
||||
// }
|
||||
// ```
|
||||
//
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user