Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update styles imports and readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMcMaster committed Feb 11, 2023
1 parent b872772 commit 9f2b1d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ which can be downloaded at [https://aka.ms/cosmosdb-emulator](https://aka.ms/cos

For performing any of the following operations ensure the following:

- The Azure Storage Emulator & Azure Comsos Db Emulator are running
- The Azure Storage Emulator & Azure Cosmos DB Emulator are running
- The functions API project (see: `PayrollProcessor.Functions.Api` above) is running

To initialize the data storage structure (a few tables and a queue):
Expand Down
11 changes: 5 additions & 6 deletions client/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/* You can add global styles to this file, and also import other style files */
// Required for bs4
@import '~bootstrap/scss/bootstrap';
// toastr bs4
// bootstrap style toast
// or import a bootstrap 4 alert styled design (SASS ONLY)
// should be after your bootstrap imports, it uses bs4 variables, mixins, functions
// Option A: Include all of Bootstrap

// Include any default variable overrides here (though functions won't be available)
@import "../node_modules/bootstrap/scss/bootstrap";
// boostrap 5
@import 'ngx-toastr/toastr-bs5-alert';

@import './app/shared/styles/mixins';
Expand Down

0 comments on commit 9f2b1d6

Please sign in to comment.