holygrail5 1.0.3 → 1.0.5

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/config.json CHANGED
@@ -43,7 +43,22 @@
43
43
  "75-percent": "75%",
44
44
  "100-percent": "100%"
45
45
  },
46
- "spacingImportant": ["0"],
46
+ "spacingImportant": [
47
+ "0"
48
+ ],
49
+ "grid": {
50
+ "enabled": true,
51
+ "gutter": "8px",
52
+ "breakpoints": {
53
+ "xs": "1px",
54
+ "sm": "768px",
55
+ "md": "992px",
56
+ "lg": "1280px",
57
+ "xl": "1440px"
58
+ },
59
+ "columnsXs": 12,
60
+ "columnsXl": 24
61
+ },
47
62
  "colors": {
48
63
  "white": "#ffffff",
49
64
  "black": "#000000",
@@ -69,7 +84,15 @@
69
84
  "class": "d",
70
85
  "responsive": true,
71
86
  "description": "Tipo de caja de renderizado",
72
- "values": ["contents", "inline", "inline-block", "block", "flex", "inline-flex", "none"]
87
+ "values": [
88
+ "contents",
89
+ "inline",
90
+ "inline-block",
91
+ "block",
92
+ "flex",
93
+ "inline-flex",
94
+ "none"
95
+ ]
73
96
  },
74
97
  "flex-direction": {
75
98
  "property": "flex-direction",
@@ -123,13 +146,13 @@
123
146
  "responsive": true,
124
147
  "description": "Orden de visualización independiente del HTML",
125
148
  "values": {
126
- "3-neg": "-3",
127
- "2-neg": "-2",
128
- "1-neg": "-1",
129
149
  "0": "0",
130
150
  "1": "1",
131
151
  "2": "2",
132
152
  "3": "3",
153
+ "3-neg": "-3",
154
+ "2-neg": "-2",
155
+ "1-neg": "-1",
133
156
  "first": "-9999",
134
157
  "last": "9999"
135
158
  }
@@ -214,7 +237,6 @@
214
237
  "useSpacing": true
215
238
  }
216
239
  },
217
-
218
240
  "classes": {
219
241
  "h2": {
220
242
  "fontFamily": "arial, sans-serif",
@@ -362,4 +384,4 @@
362
384
  }
363
385
  }
364
386
  }
365
- }
387
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail5",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Framework CSS generator con Node.js - Genera CSS optimizado con variables CSS desde un archivo JSON de configuración",
5
5
  "main": "generator.js",
6
6
  "bin": {