Skip to content

Commit

Permalink
Remove sugarss support (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak authored and ngrujic committed Oct 28, 2024
1 parent f308ce5 commit a670a73
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion packages/configs/default/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@atlaspack/transformer-postcss",
"@atlaspack/transformer-css"
],
"*.sss": ["@atlaspack/transformer-sugarss"],
"*.{htm,html,xhtml}": [
"@atlaspack/transformer-posthtml",
"@atlaspack/transformer-html"
Expand Down
1 change: 0 additions & 1 deletion packages/configs/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@atlaspack/transformer-pug": "2.12.0",
"@atlaspack/transformer-sass": "2.12.0",
"@atlaspack/transformer-stylus": "2.12.0",
"@atlaspack/transformer-sugarss": "2.12.0",
"@atlaspack/transformer-toml": "2.12.0",
"@atlaspack/transformer-typescript-types": "2.12.0",
"@atlaspack/transformer-vue": "2.12.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"preact": "^10.5.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sugarss": "^3.0.3",
"tailwindcss": "^3.0.2",
"tempy": "^0.3.0",
"wasm-sourcemap": "^1.0.0",
Expand Down

This file was deleted.

31 changes: 0 additions & 31 deletions packages/core/integration-tests/test/sugarss.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/transformers/sugarss/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/transformers/sugarss/src/SugarssTransformer.js

This file was deleted.

7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13643,13 +13643,6 @@ stylus@^0.55.0:
semver "^6.3.0"
source-map "^0.7.3"

sugarss@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-3.0.3.tgz#bb2489961b98fbd15e4e35d6b9f4f2ee5547a6cb"
integrity sha512-uxa2bbuc+w7ov7DyYIhF6bM0qZF3UkFT5/nE8AJgboiVnKsBDbwxs++dehEIe1JNhpMaGJc37wGQ2QrrWey2Sg==
dependencies:
postcss "^8.1.6"

[email protected]:
version "8.1.1"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
Expand Down

0 comments on commit a670a73

Please sign in to comment.