Skip to content

Commit eafb15e

Browse files
committed
Pending changes
2 parents a7704d3 + 73f1dcc commit eafb15e

19 files changed

Lines changed: 55 additions & 7 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.3] - 17 September 2025
10+
### Fixed
11+
- Really move all LESS away from CSS folder
12+
13+
## [1.0.2] - 17 September 2025
14+
### Fixed
15+
- Move experimental LESS sources away from compilation
16+
- Remove console.log message
17+
- Remove dep with `Loki_Components`
18+
919
## [1.0.1] - 17 September 2025
1020
### Fixed
1121
- Disable Tailwind for LESS for now (experimental)

MODULE.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"sequence": [],
3-
"modules": [],
2+
"sequence": [
3+
"Loki_CssUtils"
4+
],
5+
"modules": [
6+
"Loki_CssUtils"
7+
],
48
"components": [],
59
"config": [],
610
"tests": []

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-base",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Base utilities for any Loki behaviour",
55
"license": "OSL-3.0",
66
"type": "magento2-module",

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>

view/frontend/web/css/source/_module-disable.less renamed to tmp/source/_module.less

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)