Skip to content

Commit 078e0ce

Browse files
Comment out text component styles
1 parent 6a3abb1 commit 078e0ce

File tree

1 file changed

+11
-11
lines changed
  • assets-src/styles/sass/50-core-components

1 file changed

+11
-11
lines changed

assets-src/styles/sass/50-core-components/_text.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#Text component
33
\*------------------------------------*/
44

5-
.component--text > * {
6-
max-inline-size: rem($text-measure);
7-
8-
// + h2,
9-
// + h3,
10-
// + h4,
11-
// + h5,
12-
// + h6 {
13-
// margin-block-start: 2em;
14-
// }
15-
}
5+
//.component--text > * {
6+
// max-inline-size: rem($text-measure);
7+
//
8+
// + h2,
9+
// + h3,
10+
// + h4,
11+
// + h5,
12+
// + h6 {
13+
// margin-block-start: 2em;
14+
// }
15+
//}

0 commit comments

Comments
 (0)