@lucca-front/scss 19.1.2 → 19.1.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/scss",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.3",
|
|
4
4
|
"description": "A Sass framework for Lucca products.",
|
|
5
5
|
"main": "src/main.scss",
|
|
6
6
|
"scripts": {},
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"normalize.css": "^8.0.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@lucca-front/icons": "19.1.
|
|
26
|
+
"@lucca-front/icons": "19.1.3"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/src/commons/core.scss
CHANGED
|
@@ -131,7 +131,7 @@ $overflow: 'hidden', 'auto', 'visible', 'scroll';
|
|
|
131
131
|
@return math.div($value, 16px) * 1rem;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
@mixin fontFace($family, $weights, $path: '//cdn.lucca.fr/fonts', $style: normal) {
|
|
134
|
+
@mixin fontFace($family, $weights, $path: '//cdn.lucca.fr/transverse/fonts', $style: normal) {
|
|
135
135
|
@each $keyword, $number in $weights {
|
|
136
136
|
@font-face {
|
|
137
137
|
font-family: '#{$family}';
|