Skip to content

Commit

Permalink
fix: Remove default style from SCSS (#1727)
Browse files Browse the repository at this point in the history
This is because we moved the CSS to the HTML in a previous PR, and no longer need the default markup.
  • Loading branch information
willum070 authored May 14, 2024
1 parent c63c59a commit b6cf119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/web-components-map/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
@use 'sass:meta'; // To enable @use via meta.load-css and keep comments in order

/* [START maps_web_components_map] */
@include meta.load-css("../../shared/scss/default.scss");
/* [END maps_web_components_map] */

0 comments on commit b6cf119

Please sign in to comment.