Operation on an invalid type in _typography.less in _utilities.less in _listings.lessUsing LESS in existing ThemeUnable to resolve the source file for in Custom Offline Payment method in magento 2Error: Exception #0 (InvalidArgumentException): Unable to serialize value - Produced by custom ThemeCannot create symlink in magentoWhen I set client side less compilation shows me errorMagento 2 less compilation error while setup:static-content:deployMagento 2.2.6 exceptionHow to add custom less file for particular page (product listing page)MsrpPriceCalculator ExceptionMagento 2 Theme Development - grunt watch not detecting changes of custom LESS file
What is this green alien supposed to be on the American covers?
Which GPUs to get for Mathematical Optimization (if any...)?
How to have a continuous player experience in a setting that's likely to favor TPKs?
Cauchy reals and Dedekind reals satisfy "the same mathematical theorems"
Kepler space telescope undetected planets
Pi 3 B+ no audio device found
how slow a car engine can run
Is it okay for a chapter's POV to shift as it progresses?
Does inertia keep a rotating object rotating forever, or something else?
Is it legal for a supermarket to refuse to sell an adult beer if an adult with them doesn’t have their ID?
What "fuel more powerful than anything the West (had) in stock" put Laika in orbit aboard Sputnik 2?
Why did Steve Rogers choose this character in Endgame?
A Table Representing the altar
Is there an English equivalent for "Les carottes sont cuites", while keeping the vegetable reference?
Alphanumeric Line and Curve Counting
Is this artwork (used in a video game) real?
How to remove the first colon ':' from a timestamp?
What is the difference between a Hosaka, Ono-Sendai, and a "deck"?
Why does Eliyahu appear at a brit milah?
Is this Android phone Android 9.0 or Android 6.0?
''Habitable'' planet close to a star
Jump back to the position I started a search
Sending a photo of my bank account card to the future employer
What is the point of a constraint expression on a non-templated function?
Operation on an invalid type in _typography.less in _utilities.less in _listings.less
Using LESS in existing ThemeUnable to resolve the source file for in Custom Offline Payment method in magento 2Error: Exception #0 (InvalidArgumentException): Unable to serialize value - Produced by custom ThemeCannot create symlink in magentoWhen I set client side less compilation shows me errorMagento 2 less compilation error while setup:static-content:deployMagento 2.2.6 exceptionHow to add custom less file for particular page (product listing page)MsrpPriceCalculator ExceptionMagento 2 Theme Development - grunt watch not detecting changes of custom LESS file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Updated to Magento 2.3.2 yesterday and have noticed that the CSS for css/styles-m.css
is failing to generate with the below error:
Operation on an invalid type in _typography.less in _utilities.less in _listings.less
<pre>#1 MagentoFrameworkViewAssetPreProcessorAlternativeSource->processContent('css/styles-m.css', '', '', &MagentoFrameworkViewAssetFileFallbackContext#000000006569326b00000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/AlternativeSource.php:114]
#2 MagentoFrameworkViewAssetPreProcessorAlternativeSource->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/module-developer/Model/View/Asset/PreProcessor/PreprocessorStrategy.php:76]
#3 MagentoDeveloperModelViewAssetPreProcessorPreprocessorStrategy->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/Pool.php:77]
#4 MagentoFrameworkViewAssetPreProcessorPool->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:152]
#5 MagentoFrameworkViewAssetSource->preProcess(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:105]
#6 MagentoFrameworkViewAssetSource->getFile(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/File.php:158]
#7 MagentoFrameworkViewAssetFile->getSourceFile() called at [vendor/magento/framework/App/StaticResource.php:135]
#8 MagentoFrameworkAppStaticResource->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#9 MagentoFrameworkAppBootstrap->run(&MagentoFrameworkAppStaticResource#00000000656932b800000000204f06bd#) called at [pub/static.php:13]
</pre>
I removed any less files from my custom theme however the issue remained. I am in developer mode and deleted all static files to make sure they are getting regenerated however this error persists breaking styles within my store.
Any ideas why the less compilation may have changed or a way to debug with actual file paths and line numbers so this can be narrowed down further?
magento2 css less
add a comment |
Updated to Magento 2.3.2 yesterday and have noticed that the CSS for css/styles-m.css
is failing to generate with the below error:
Operation on an invalid type in _typography.less in _utilities.less in _listings.less
<pre>#1 MagentoFrameworkViewAssetPreProcessorAlternativeSource->processContent('css/styles-m.css', '', '', &MagentoFrameworkViewAssetFileFallbackContext#000000006569326b00000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/AlternativeSource.php:114]
#2 MagentoFrameworkViewAssetPreProcessorAlternativeSource->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/module-developer/Model/View/Asset/PreProcessor/PreprocessorStrategy.php:76]
#3 MagentoDeveloperModelViewAssetPreProcessorPreprocessorStrategy->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/Pool.php:77]
#4 MagentoFrameworkViewAssetPreProcessorPool->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:152]
#5 MagentoFrameworkViewAssetSource->preProcess(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:105]
#6 MagentoFrameworkViewAssetSource->getFile(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/File.php:158]
#7 MagentoFrameworkViewAssetFile->getSourceFile() called at [vendor/magento/framework/App/StaticResource.php:135]
#8 MagentoFrameworkAppStaticResource->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#9 MagentoFrameworkAppBootstrap->run(&MagentoFrameworkAppStaticResource#00000000656932b800000000204f06bd#) called at [pub/static.php:13]
</pre>
I removed any less files from my custom theme however the issue remained. I am in developer mode and deleted all static files to make sure they are getting regenerated however this error persists breaking styles within my store.
Any ideas why the less compilation may have changed or a way to debug with actual file paths and line numbers so this can be narrowed down further?
magento2 css less
add a comment |
Updated to Magento 2.3.2 yesterday and have noticed that the CSS for css/styles-m.css
is failing to generate with the below error:
Operation on an invalid type in _typography.less in _utilities.less in _listings.less
<pre>#1 MagentoFrameworkViewAssetPreProcessorAlternativeSource->processContent('css/styles-m.css', '', '', &MagentoFrameworkViewAssetFileFallbackContext#000000006569326b00000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/AlternativeSource.php:114]
#2 MagentoFrameworkViewAssetPreProcessorAlternativeSource->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/module-developer/Model/View/Asset/PreProcessor/PreprocessorStrategy.php:76]
#3 MagentoDeveloperModelViewAssetPreProcessorPreprocessorStrategy->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/Pool.php:77]
#4 MagentoFrameworkViewAssetPreProcessorPool->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:152]
#5 MagentoFrameworkViewAssetSource->preProcess(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:105]
#6 MagentoFrameworkViewAssetSource->getFile(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/File.php:158]
#7 MagentoFrameworkViewAssetFile->getSourceFile() called at [vendor/magento/framework/App/StaticResource.php:135]
#8 MagentoFrameworkAppStaticResource->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#9 MagentoFrameworkAppBootstrap->run(&MagentoFrameworkAppStaticResource#00000000656932b800000000204f06bd#) called at [pub/static.php:13]
</pre>
I removed any less files from my custom theme however the issue remained. I am in developer mode and deleted all static files to make sure they are getting regenerated however this error persists breaking styles within my store.
Any ideas why the less compilation may have changed or a way to debug with actual file paths and line numbers so this can be narrowed down further?
magento2 css less
Updated to Magento 2.3.2 yesterday and have noticed that the CSS for css/styles-m.css
is failing to generate with the below error:
Operation on an invalid type in _typography.less in _utilities.less in _listings.less
<pre>#1 MagentoFrameworkViewAssetPreProcessorAlternativeSource->processContent('css/styles-m.css', '', '', &MagentoFrameworkViewAssetFileFallbackContext#000000006569326b00000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/AlternativeSource.php:114]
#2 MagentoFrameworkViewAssetPreProcessorAlternativeSource->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/module-developer/Model/View/Asset/PreProcessor/PreprocessorStrategy.php:76]
#3 MagentoDeveloperModelViewAssetPreProcessorPreprocessorStrategy->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/PreProcessor/Pool.php:77]
#4 MagentoFrameworkViewAssetPreProcessorPool->process(&MagentoFrameworkViewAssetPreProcessorChain#000000006569327400000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:152]
#5 MagentoFrameworkViewAssetSource->preProcess(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/Source.php:105]
#6 MagentoFrameworkViewAssetSource->getFile(&MagentoFrameworkViewAssetFile#000000006569326e00000000204f06bd#) called at [vendor/magento/framework/View/Asset/File.php:158]
#7 MagentoFrameworkViewAssetFile->getSourceFile() called at [vendor/magento/framework/App/StaticResource.php:135]
#8 MagentoFrameworkAppStaticResource->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#9 MagentoFrameworkAppBootstrap->run(&MagentoFrameworkAppStaticResource#00000000656932b800000000204f06bd#) called at [pub/static.php:13]
</pre>
I removed any less files from my custom theme however the issue remained. I am in developer mode and deleted all static files to make sure they are getting regenerated however this error persists breaking styles within my store.
Any ideas why the less compilation may have changed or a way to debug with actual file paths and line numbers so this can be narrowed down further?
magento2 css less
magento2 css less
asked Jul 9 at 7:23
harriharri
3,2131 gold badge19 silver badges62 bronze badges
3,2131 gold badge19 silver badges62 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281313%2foperation-on-an-invalid-type-in-typography-less-in-utilities-less-in-listings%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281313%2foperation-on-an-invalid-type-in-typography-less-in-utilities-less-in-listings%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown