@nulllogic/scssleon 1.2.6 → 1.2.7
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulllogic/scssleon",
|
|
3
3
|
"description": "Most advanced, simple and clean SCSS framework",
|
|
4
|
-
"version": "1.2.
|
|
5
|
-
"version_short": "1.2.
|
|
4
|
+
"version": "1.2.7",
|
|
5
|
+
"version_short": "1.2.7",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"css",
|
|
8
8
|
"sass",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"components"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"sass": "^1.97.
|
|
21
|
+
"sass": "^1.97.1"
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://nulllogic.github.io/scssleon-docs",
|
|
24
24
|
"style": "dist/scssleon.css",
|
|
@@ -249,7 +249,7 @@ $content-config: (
|
|
|
249
249
|
margin-bottom: 15px,
|
|
250
250
|
line-height: clamp(1.25em, 4vw, 1.5em),
|
|
251
251
|
//list-style-type: attr(type),
|
|
252
|
-
margin-
|
|
252
|
+
margin-inline-start: 1.5rem,
|
|
253
253
|
_subclasses : (
|
|
254
254
|
'& ol': (
|
|
255
255
|
//list-style-type: attr(type),
|
|
@@ -260,7 +260,7 @@ $content-config: (
|
|
|
260
260
|
),
|
|
261
261
|
ul: (
|
|
262
262
|
margin-bottom: 0.5rem,
|
|
263
|
-
margin-inline-start:
|
|
263
|
+
margin-inline-start: 1.25rem,
|
|
264
264
|
line-height: clamp(1.25em, 4vw, 1.5em),
|
|
265
265
|
list-style-type: inherit,
|
|
266
266
|
_subclasses : (
|