create-lupine 1.0.12 → 1.0.13

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": "create-lupine",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Scaffolding tool for Lupine.js projects",
5
5
  "bin": {
6
6
  "create-lupine": "index.js"
@@ -457,6 +457,11 @@ progress {
457
457
  height: 100%;
458
458
  }
459
459
 
460
+ /* to make this tag as a ghost tag in Lupine.js system */
461
+ fragment {
462
+ display: contents;
463
+ }
464
+
460
465
  ::-webkit-scrollbar {
461
466
  background-color: var(--scrollbar-bg);
462
467
  width: 12px;