@@ -12,91 +12,92 @@ features:
1212@include ('_ partials.work-in-progress')
1313
1414@include ('_ partials.class-table', [
15+ 'scroll' => false,
1516 'rows' => [
1617 [
1718 '.h-1',
1819 'height: 0.25rem;',
19- "Set the element's height to < code > 0.25rem</ code > .",
20+ "Set the element's height to 0.25rem.",
2021 ] ,
2122 [
2223 '.h-2',
2324 'height: 0.5rem;',
24- "Set the element's height to < code > 0.5rem</ code > .",
25+ "Set the element's height to 0.5rem.",
2526 ] ,
2627 [
2728 '.h-3',
2829 'height: 0.75rem;',
29- "Set the element's height to < code > 0.75rem</ code > .",
30+ "Set the element's height to 0.75rem.",
3031 ] ,
3132 [
3233 '.h-4',
3334 'height: 1rem;',
34- "Set the element's height to < code > 1rem</ code > .",
35+ "Set the element's height to 1rem.",
3536 ] ,
3637 [
3738 '.h-6',
3839 'height: 1.5rem;',
39- "Set the element's height to < code > 1.5rem</ code > .",
40+ "Set the element's height to 1.5rem.",
4041 ] ,
4142 [
4243 '.h-8',
4344 'height: 2rem;',
44- "Set the element's height to < code > 2rem</ code > .",
45+ "Set the element's height to 2rem.",
4546 ] ,
4647 [
4748 '.h-10',
4849 'height: 2.5rem;',
49- "Set the element's height to < code > 2.5rem</ code > .",
50+ "Set the element's height to 2.5rem.",
5051 ] ,
5152 [
5253 '.h-12',
5354 'height: 3rem;',
54- "Set the element's height to < code > 3rem</ code > .",
55+ "Set the element's height to 3rem.",
5556 ] ,
5657 [
5758 '.h-16',
5859 'height: 4rem;',
59- "Set the element's height to < code > 4rem</ code > .",
60+ "Set the element's height to 4rem.",
6061 ] ,
6162 [
6263 '.h-24',
6364 'height: 6rem;',
64- "Set the element's height to < code > 6rem</ code > .",
65+ "Set the element's height to 6rem.",
6566 ] ,
6667 [
6768 '.h-32',
6869 'height: 8rem;',
69- "Set the element's height to < code > 8rem</ code > .",
70+ "Set the element's height to 8rem.",
7071 ] ,
7172 [
7273 '.h-48',
7374 'height: 12rem;',
74- "Set the element's height to < code > 12rem</ code > .",
75+ "Set the element's height to 12rem.",
7576 ] ,
7677 [
7778 '.h-64',
7879 'height: 16rem;',
79- "Set the element's height to < code > 16rem</ code > .",
80+ "Set the element's height to 16rem.",
8081 ] ,
8182 [
8283 '.h-auto',
8384 'height: auto;',
84- "Set the element's height to < code > auto</ code > .",
85+ "Set the element's height to auto.",
8586 ] ,
8687 [
8788 '.h-px',
8889 'height: 1px;',
89- "Set the element's height to < code > 1px</ code > .",
90+ "Set the element's height to 1px.",
9091 ] ,
9192 [
9293 '.h-full',
9394 'height: 100%;',
94- "Set the element's height to < code > 100%</ code > .",
95+ "Set the element's height to 100%.",
9596 ] ,
9697 [
9798 '.h-screen',
9899 'height: 100vh;',
99- "Set the element's height to < code > 100vh</ code > .",
100+ "Set the element's height to 100vh.",
100101 ] ,
101102 ]
102103] )
0 commit comments