Skip to content

Commit

Permalink
feat: ajuste na forma de importar o css
Browse files Browse the repository at this point in the history
  • Loading branch information
gihovani committed Jun 4, 2022
1 parent 9b526f6 commit 3f2a28a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.3.0|~7.4.0"
},
"type": "magento2-module",
"version": "1.1.6",
"version": "1.1.7",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Gg2_ToastMessage" setup_version="1.1.6" />
<module name="Gg2_ToastMessage" setup_version="1.1.7" />
</config>
5 changes: 5 additions & 0 deletions view/frontend/layout/default_head_blocks.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="Gg2_ToastMessage::css/toast-message.css" />
</head>
</page>
File renamed without changes.

0 comments on commit 3f2a28a

Please sign in to comment.