Skip to content

Commit

Permalink
Add file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Jan 14, 2020
1 parent 3d5c414 commit 3559698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

// grids
// Temporarily comment bourbon
@import '../../../node_modules/bourbon/core/bourbon';
@import '../../../node_modules/bourbon-neat/app/assets/stylesheets/neat';
@import '../../../node_modules/bourbon/core/bourbon.scss';
@import '../../../node_modules/bourbon-neat/app/assets/stylesheets/neat.scss';

// maps
@import '../../../node_modules/leaflet/dist/leaflet';
@import '../../../node_modules/leaflet/dist/leaflet.css';

@import './resources/mixins/rem-calc';
@import './resources/mixins/media-queries';
Expand Down

0 comments on commit 3559698

Please sign in to comment.