Skip to content

Commit

Permalink
Merge pull request #201 from Arnei/remove-raw-bourbon
Browse files Browse the repository at this point in the history
Replace bourbon vendor files with npm files
  • Loading branch information
Arnei committed Sep 14, 2023
2 parents 8caa17c + 3a99e5d commit a64d11a
Show file tree
Hide file tree
Showing 102 changed files with 26 additions and 4,080 deletions.
22 changes: 22 additions & 0 deletions app/package-lock.json

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

2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"@testing-library/react": "^12.1.5",
"array-move": "^4.0.0",
"axios": "^1.4.0",
"bourbon": "^4.3.4",
"bourbon-neat": "1.7.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"font-awesome": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions app/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
$disable-warnings: true !default; // disables deprecation warnings

// Imports
@import "vendor/bourbon/bourbon";
@import "vendor/neat/neat";
@import "../../node_modules/bourbon/app/assets/stylesheets/bourbon";
@import "../../node_modules/bourbon-neat/app/assets/stylesheets/neat";

// Foundation
// ----------------------------------------
Expand Down
Loading

0 comments on commit a64d11a

Please sign in to comment.