We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073e353 commit 64f38e8Copy full SHA for 64f38e8
src/assets/sass/designpatterns.scss
@@ -126,6 +126,10 @@ $colors: (
126
color: #ffffff;
127
}
128
129
+.design-patterns--breakpoint-0 {
130
+ display: inline-block;
131
+}
132
+
133
.design-patterns--breakpoint-1,
134
.design-patterns--breakpoint-2,
135
.design-patterns--breakpoint-3 {
@@ -138,7 +142,7 @@ $colors: (
138
142
139
143
140
144
.design-patterns--breakpoint-1 {
141
- display: block;
145
146
147
148
@@ -148,7 +152,7 @@ $colors: (
152
149
153
150
154
.design-patterns--breakpoint-2 {
151
155
156
157
158
@@ -158,7 +162,7 @@ $colors: (
162
159
163
160
164
161
165
166
167
168
/**
0 commit comments