@enigmatry/scss-foundation 16.1.0 → 16.1.1-preview.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.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1712140486259" clover="3.2.0">
3
- <project timestamp="1712140486259" name="All files">
2
+ <coverage generated="1714377064185" clover="3.2.0">
3
+ <project timestamp="1714377064185" name="All files">
4
4
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="0" coveredelements="0" complexity="0" loc="0" ncloc="0" packages="0" files="0" classes="0"/>
5
5
  </project>
6
6
  </coverage>
@@ -86,7 +86,7 @@
86
86
  <div class='footer quiet pad2 space-top1 center small'>
87
87
  Code coverage generated by
88
88
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
89
- at 2024-04-03T10:34:46.255Z
89
+ at 2024-04-29T07:51:04.182Z
90
90
  </div>
91
91
  <script src="prettify.js"></script>
92
92
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/scss-foundation",
3
- "version": "16.1.0",
3
+ "version": "16.1.1-preview.4",
4
4
  "author": "Enigmatry",
5
5
  "description": "Collection of SCSS utilities useful for the most of projects.",
6
6
  "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/scss-foundation#readme",
@@ -11,7 +11,7 @@ $breakpoints: () !default;
11
11
  margin: 0 -#{$spacing};
12
12
  }
13
13
 
14
- [class ^= #{$column-prefix}], [class ^= #{$offset-prefix}] {
14
+ [class*='#{$column-prefix}'], [class*='#{$offset-prefix}'] {
15
15
  box-sizing: border-box;
16
16
  flex-shrink: 0;
17
17
  max-width: 100%;
@@ -27,7 +27,7 @@ $custom-breakpoints: () !default;
27
27
  flex-wrap: wrap;
28
28
  }
29
29
 
30
- .row [class ^= 'col-'], .row [class ^= 'offset-'] {
30
+ .row [class *= 'col-'], .row [class *= 'offset-'] {
31
31
  box-sizing: border-box;
32
32
  flex-shrink: 0;
33
33
  max-width: 100%;
@@ -58,7 +58,7 @@ $custom-breakpoints: () !default;
58
58
  margin: 0 -8px;
59
59
  }
60
60
 
61
- .row [class ^= 'column-'], .row [class ^= 'gap-'] {
61
+ .row [class *= 'column-'], .row [class *= 'gap-'] {
62
62
  box-sizing: border-box;
63
63
  flex-shrink: 0;
64
64
  max-width: 100%;
@@ -127,7 +127,7 @@ vars.$testing: true;
127
127
  flex-wrap: wrap;
128
128
  }
129
129
 
130
- .row [class ^= 'col-'], .row [class ^= 'offset-'] {
130
+ .row [class *= 'col-'], .row [class *= 'offset-'] {
131
131
  box-sizing: border-box;
132
132
  flex-shrink: 0;
133
133
  max-width: 100%;
@@ -925,7 +925,7 @@ vars.$testing: true;
925
925
  flex-wrap: wrap;
926
926
  margin: 0 -8px;
927
927
 
928
- [class ^= 'col-'], [class ^= 'offset-'] {
928
+ [class *= 'col-'], [class *= 'offset-'] {
929
929
  box-sizing: border-box;
930
930
  flex-shrink: 0;
931
931
  max-width: 100%;