@maizzle/framework 6.0.0-13 → 6.0.0-14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [6.0.0-14] - 2025-07-17
8
+
9
+ ### Fixed
10
+
11
+ - fix: replace css properties 9f37941
12
+
7
13
  ## [6.0.0-13] - 2025-07-17
8
14
 
9
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maizzle/framework",
3
- "version": "6.0.0-13",
3
+ "version": "6.0.0-14",
4
4
  "description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -11,10 +11,6 @@ export default (maizzleConfig => tree => {
11
11
 
12
12
  const replacements = get(maizzleConfig, 'css.replaceProperties', {})
13
13
 
14
- if (Object.keys(replacements).length === 0) {
15
- return node
16
- }
17
-
18
14
  const css = Array.isArray(node.content) ? node.content.join('') : node.content
19
15
 
20
16
  postcss([