@graupl/icons 1.0.0-beta.15 → 1.0.0-beta.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graupl/icons",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.9",
4
4
  "description": "A plugin for Graupl that provides bare-minimum icon components.",
5
5
  "type": "module",
6
6
  "files": [
@@ -39,12 +39,8 @@
39
39
  },
40
40
  "license": "ISC",
41
41
  "homepage": "https://github.com/Graupl/graupl/tree/main/packages/icons#readme",
42
- "scripts": {
43
- "presass": "rm -rf dist/css/*",
44
- "sass": "sass scss:dist/css --pkg-importer=node",
45
- "postcss": "postcss 'dist/css/**/*.css' --replace --config ./postcss.config.cjs",
46
- "build": "npm-run-all build:*",
47
- "build:css": "npm run sass && npm run postcss"
42
+ "devDependencies": {
43
+ "sass": "^1.89.2"
48
44
  },
49
45
  "dependencies": {
50
46
  "@graupl/core": "*"
@@ -57,6 +57,6 @@
57
57
  }
58
58
 
59
59
  @mixin apply($target: "self") {
60
- @include apply-component($target);
60
+ @include apply-base($target);
61
61
  @include apply-theme($target);
62
62
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # @graupl/icons
2
-
3
- A plugin for Graupl that provides bare-minimum icon components.