We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47081dc commit 65cd4c2Copy full SHA for 65cd4c2
3 files changed
.changeset/export-scss-styles.md
packages/uniapp/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.1.2
4
+
5
+### Patch Changes
6
7
+- 47081dc: Export styles in sass format following web-design pattern
8
9
+ - Added `./styles` export with sass format (`{ "sass": "./lib/styles/index.scss" }`)
10
+ - Added `./styles/mixins` export (`{ "sass": "./lib/styles/_mixins.scss" }`)
11
+ - Added `build:styles` script to copy src/styles to lib/styles at build time
12
13
## 0.1.1
14
15
### Patch Changes
packages/uniapp/package.json
@@ -1,6 +1,6 @@
{
"name": "@partner-up-dev/design-uniapp",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "PartnerUp Design System for UniApp",
"type": "module",
"main": "./lib/index.js",
0 commit comments