Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 0 additions & 168 deletions d2l-button.scss

This file was deleted.

3 changes: 1 addition & 2 deletions demo/floating-buttons-standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import '../d2l-button.js';
import '../d2l-floating-buttons.js';
</script>
<link rel="stylesheet" type="text/css" href="../test/button.css">
<style>
html {
font-size: 20px;
Expand Down Expand Up @@ -38,7 +37,7 @@ <h3>Floating Buttons</h3>
<p>I love beer!</p>
</div>
<d2l-floating-buttons id="wc_buttons">
<button id="btn-make-more" class="sass-mixin-button d2l-button">Make more Beer! (standard button)</button>
<button id="btn-make-more" class="d2l-button">Make more Beer! (standard button)</button>
</d2l-floating-buttons>
</d2l-demo-snippet>

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@
},
"name": "@brightspace-ui/button",
"scripts": {
"build:sass": "sass ./test/button.css.scss ./test/button.css --no-source-map",
"lint": "npm run lint:js",
"lint:js": "eslint . --ext .js,.html demo/**/*.html",
"start": "web-dev-server --node-resolve --watch",
"test": "npm run lint && npm run build:sass"
"test": "npm run lint"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"@web/dev-server": "^0.4",
"eslint": "^9",
"eslint-config-brightspace": "^4",
"sass": "^1"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no need to use sass dependency here since there are no more sass files in this project.

"eslint-config-brightspace": "^4"
},
"version": "6.4.0",
"main": "d2l-button.js",
Expand All @@ -28,7 +26,6 @@
"d2l-button-shared-styles.js",
"d2l-button-subtle.js",
"d2l-button.js",
"d2l-button.scss",
"d2l-floating-buttons.js"
],
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion test/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions test/button.css.scss

This file was deleted.