@nuvoui/core 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nuvoui.css +189 -351
- package/dist/nuvoui.css.map +1 -1
- package/dist/nuvoui.min.css +1 -1
- package/dist/nuvoui.min.css.map +1 -1
- package/package.json +5 -5
- package/src/styles/components/_tooltips.scss +23 -23
- package/src/styles/functions/_math.scss +57 -50
- package/src/styles/functions/_units.scss +17 -18
- package/src/styles/mixins-map.scss +1 -1
- package/src/styles/tools/_container-queries.scss +6 -3
- package/src/styles/tools/_media-queries.scss +1 -2
- package/src/styles/utilities/_borders.scss +7 -7
- package/src/styles/utilities/_typography.scss +0 -5
|
@@ -454,11 +454,6 @@
|
|
|
454
454
|
|
|
455
455
|
@each $breakpoint, $width in config-breakpoint.$breakpoints {
|
|
456
456
|
@media (min-width: #{$width}) {
|
|
457
|
-
@each $size, $val in config-typo.$font-sizes {
|
|
458
|
-
#{config-flags.$parent-selector} .text-#{$size}\@#{$breakpoint} {
|
|
459
|
-
@include font-size($size);
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
457
|
@include responsive-config-typo($breakpoint);
|
|
463
458
|
}
|
|
464
459
|
}
|