Skip to content

Commit f5baeac

Browse files
committed
Add dep with Loki_CssUtils
1 parent fb7b8a1 commit f5baeac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

etc/module.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Loki_Base"/>
4+
<module name="Loki_Base">
5+
<sequence>
6+
<module name="Loki_CssUtils"/>
7+
</sequence>
8+
</module>
59
</config>

0 commit comments

Comments
 (0)