We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91625fa commit dab9358Copy full SHA for dab9358
src/index.css
@@ -181,25 +181,23 @@
181
.material-symbols-outlined {
182
transition: font-variation-settings 0.2s;
183
font-variation-settings: "FILL" var(--font-filled, 0), "OPSZ" var(--font-opsz, 24);
184
+ font-size: calc(var(--font-opsz, 24) * 1px);
185
+ max-width: calc(var(--font-opsz, 24) * 1px);
186
187
&.size-20 {
188
--font-opsz: 20;
- font-size: 20px;
189
}
190
191
&.size-24 {
192
--font-opsz: 24;
- font-size: 24px;
193
194
195
&.size-40 {
196
--font-opsz: 40;
197
- font-size: 40px;
198
199
200
&.size-48 {
201
--font-opsz: 48;
202
- font-size: 48px;
203
204
205
&.icon-outline {
0 commit comments