This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global core.autocrlf false | |
git config --global core.eol LF | |
git config --global diff.renamelimit 5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0; | |
padding: 0; | |
} | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
main, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// line height | |
.lib-line-height(@heightValue) when not (@heightValue = false) and not (@heightValue = normal) and not (ispercentage(@heightValue)) { | |
.lib-css(line-height, @heightValue); | |
} | |
.lib-line-height(@heightValue) when (ispercentage(@heightValue)) and not (@heightValue = false) { | |
.lib-css(line-height, @line-height__base); | |
} | |
.lib-line-height(@heightValue) when (@heightValue = normal) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Page identifier in config backend | |
@page-cms-wedding: wedding; | |
// Common styles for mobile and desktop | |
& when (@media-common = true) { | |
.cms-@{page-cms-wedding} { | |
.topblock__widget { | |
margin-bottom: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = { | |
config: { | |
mixins: { | |
'Magento_Ui/js/form/element/abstract': { | |
'Company_Base/js/form/element/abstract-ext': true, | |
} | |
}, | |
} | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> | |
<css src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" src_type="url" rel="stylesheet" type="text/css" /> | |
<css src="https://use.fontawesome.com/releases/v5.14.0/css/all.css" src_type="url" rel="stylesheet" type="text/css"/> | |
<css src="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap" src_type="url" /> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Copyright © Magento, Inc. All rights reserved. | |
* See COPYING.txt for license details. | |
*/ | |
// phpcs:disable Magento2.Templates.ThisInTemplate | |
// phpcs:disable Generic.Files.LineLength.TooLong | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*COMMON | |
https://github.com/magento/magento2/issues/27889 -CLOSED NOT VERIFY | |
https://github.com/magento/magento2/issues/29033 -CLOSED | |
https://github.com/magento/magento2/issues/16242 -OPEN | |
https://github.com/magento/magento2/issues/26492 -OPEN | |
https://github.com/magento/magento2/issues/29125 -OPEN | |
https://github.com/magento/magento2/issues/26565 -OPEN WITH CREATED PR | |
https://github.com/magento/magento2/issues/31973 -CLOSED | |
https://github.com/magento/magento2/issues/28387 -OPEN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/) | |
* Copyright 2011-2020 The Bootstrap Authors | |
* Copyright 2011-2020 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | |
*/ | |
:root { | |
--bs-blue: #0d6efd; | |
--bs-indigo: #6610f2; | |
--bs-purple: #6f42c1; |
NewerOlder