Created
August 22, 2017 04:54
-
-
Save codenamezjames/b0a58238f737849d0242867684d66ce7 to your computer and use it in GitHub Desktop.
errors on magento 2
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
ompilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/collection.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/collection.less | |
variable @border is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/collection.less in collection.less on line 58, column 25 | |
56| } | |
57| .left-nav-section{ | |
58| border-top: 1px solid @border; | |
59| .show-truncated{ | |
60| background-color: #e8e8e8; | |
61| display: inline-block!important; | |
.. | |
Compilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/components.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/components.less | |
variable @border is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/components.less in components.less on line 119, column 27 | |
117| | |
118| .page-sep{ | |
119| border-top: 1px solid @border; | |
120| margin-top: 30px; | |
121| padding-top: 30px; | |
122| } | |
.. | |
Compilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/content.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/content.less | |
variable @input_border is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/content.less in content.less on line 53, column 24 | |
51| margin-right: 12px; | |
52| margin-left: 8px; | |
53| color: @input_border; | |
54| font-size: 10px; | |
55| } | |
56| } | |
....... | |
Compilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/globals.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/globals.less | |
variable @text_grey is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/globals.less in globals.less on line 40, column 12 | |
38| | |
39| p, li{ | |
40| color: @text_grey; | |
41| } | |
42| | |
43| .content, .product-details{ | |
.. | |
Compilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/header.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/header.less | |
variable @blue is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/header.less in header.less on line 12, column 21 | |
10| | |
11| .header-top{ | |
12| background-color: @blue; | |
13| .flex-row{ | |
14| justify-content: space-between; | |
15| } | |
.............. | |
Compilation from source: /Users/jamesharrington/dev/victory/victory-tailgate/app/design/frontend/victory/vtmain/web/css/product.less | |
Compilation from source: | |
frontend/victory/vtmain/en_US/css/product.less | |
variable @text_grey is undefined in file /Users/jamesharrington/dev/victory/victory-tailgate/var/view_preprocessed/css/frontend/victory/vtmain/en_US/css/product.less in product.less on line 186, column 20 | |
184| text-transform: uppercase; | |
185| font-size: 13px; | |
186| color: @text_grey; | |
187| text-align: right; | |
188| width: 100%; | |
189| display: block; | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. | |
Successful: 2226 files; errors: 0 | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment