gent_styleguide 5.0.25 → 5.0.26
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/CHANGELOG.md +22 -0
- package/build/css/main.css +1 -1
- package/build/styleguide/fonts/gent-icons-v5.eot +0 -0
- package/build/styleguide/fonts/gent-icons-v5.ttf +0 -0
- package/build/styleguide/fonts/gent-icons-v5.woff +0 -0
- package/build/styleguide/fonts/gent-icons-v5.woff2 +0 -0
- package/build/styleguide/sass/11-base/fonts/_fonts.scss +12 -12
- package/build/styleguide/sass/atoms.scss +6 -6
- package/build/styleguide/sass/base.scss +1 -1
- package/build/styleguide/sass/mixins.scss +1 -1
- package/build/styleguide/sass/molecules.scss +7 -7
- package/build/styleguide/sass/organisms.scss +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this style guide are documented here.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
|
|
7
|
+
## [5.0.26]
|
|
8
|
+
|
|
9
|
+
### Fix
|
|
10
|
+
|
|
11
|
+
* STIJ-432: Fix webfonts weights
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [5.0.25]
|
|
15
|
+
|
|
16
|
+
### Fix
|
|
17
|
+
|
|
18
|
+
* STIJ-430: Fix allow export googlefonts folder
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [5.0.24]
|
|
22
|
+
|
|
23
|
+
### Fix
|
|
24
|
+
|
|
25
|
+
* STIJ-432: Fix webfonts weights
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [5.0.25]
|
|
7
29
|
|
|
8
30
|
### Fix
|