We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bff15 commit e1cd72dCopy full SHA for e1cd72d
4 files changed
‎.changeset/yellow-glasses-tie.md‎
‎CHANGELOG.md‎
@@ -1,5 +1,14 @@
1
# @hebilicious/cssforge
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- 41bff15: # Conditions and variables access
8
9
+ Add the posibility to add conditions for colors modules. This is a breaking change for the
10
+ configuration format.
11
12
## 0.2.1
13
14
### Patch Changes
‎deno.json‎
@@ -1,6 +1,6 @@
{
"name": "@hebilicious/cssforge",
- "version": "0.2.1",
+ "version": "0.3.0",
"license": "MIT",
"exports": {
".": "./src/mod.ts",
‎package.json‎
"type": "module",
"scripts": {
"version": "npx @changesets/cli version && node scripts/sync-version.js"
0 commit comments