Skip to content

Commit

Permalink
build: adds dependency for astro-web-components css
Browse files Browse the repository at this point in the history
  • Loading branch information
NicDominguez committed Sep 13, 2021
1 parent 02a5216 commit c1bc3d3
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
81 changes: 79 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"version": "1.0.1",
"description": "AG Grid theme using Astro UXDS styling",
"main": "index.js",
"files": ["dist/*"],
"files": [
"dist/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
"build.sass": "sass src/styles/scss/index.scss src/styles/astro-ag-theme.css",
"build": "npm run build.sass && webpack --config webpack.config.js"
},
"repository": {
"type": "git",
Expand All @@ -20,6 +23,7 @@
},
"homepage": "https://github.com/RocketCommunicationsInc/ag-grid-theme#readme",
"devDependencies": {
"@astrouxds/astro-web-components": "^0.0.14",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.2",
Expand Down
Binary file added src/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions src/styles/astro-ag-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styles/astro-ag-theme.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/styles/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
@import "../../../node_modules/ag-grid-community/src/styles/ag-grid.scss";
@import "../../../node_modules/ag-grid-community/src/styles/ag-theme-alpine-dark/sass/ag-theme-alpine-dark-mixin.scss";
@import "../../../node_modules/ag-grid-community/src/styles/ag-theme-alpine-dark/sass/_ag-theme-alpine-dark-default-params.scss";
@import "~@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css";
@import "./astro-theme.scss";

0 comments on commit c1bc3d3

Please sign in to comment.