Hallo.
Hier die all.less:
/*
All.less
The all.less
file imports all style components that will display on the page.
It includes the plugins normalize
and pocketgrid
, the open-sans fontface and the specific less files.
*/
@import „…/…/vendors/less/normalize-less/normalize“;
@import „…/…/vendors/less/pocketgrid/pocketgrid.less“;
@import „_components/fonts“;
@import „variables“;
@import „mixins“;
@import „components“;
@import „modules“;@import „_modules/main-navigation“;
@import „hacks“;
@import „ie“;
die main-navigation:
/*
Main navigation
Contains the styles of the main navigation of the Shopware storefront.
The main navigation is positioned above the content section.
It contains the viewport specific styles inside media queries.
*/
.navigation-main {
background-image:url(favicon_ret.jpg); background: #fff;
display: none;
}
@media screen and (min-width: @tabletViewportWidth) {
.navigation-main {
border-bottom: 1px solid @brand-primary;
display: block;
position: relative;
.navigation–list {
.clearfix();
.unitize-padding(0, 10);
margin: 0;
position: relative;
white-space: nowrap;
}
.navigation–entry {
display: inline-block;
-ms-touch-action: none;
}
.navigation–link {
.transition(none 0);
.unitize-padding(8, 14);
.unitize(font-size, 16);
.border-radius-multi(3px, 3px, 0, 0);
margin: 0;
display: block;
cursor: pointer;
color: @text-color;
&:hover { color: @brand-primary; }
}
.is–active .navigation–link {
.primary-gradient();
font-weight: 600;
color: #fff;
&:hover { color: #fff; }
}
}
}
@media screen and (min-width: @desktopViewportWidth) {
.navigation-main {
.navigation–list {
padding: 0;
}
}
}
und der Fehler lt. Konsole Firebug
Ext.Error: You’re trying to decode an invalid JSON String:
Ups! Ein Fehler ist aufgetreten!
Die nachfolgenden Hinweise sollten Ihnen weiterhelfen.
File ../../vendors/less/normalize-less/normalize.less
not found. in all.less in vendor\oyejorge\less.php\lib\Less\Parser.php on line 2616
Stack trace:
#0 vendor\oyejorge\less.php\lib\Less\Parser.php(339): Less\_Parser-\>Error('File `../../ven...') #1 vendor\oyejorge\less.php\lib\Less\Tree\Import.php(282): L ....
Gruß
Marcel