Skip to content

Commit

Permalink
Merge pull request #308 from harshilparmar/styleUrlBug
Browse files Browse the repository at this point in the history
Import URL must be in string format
  • Loading branch information
nkmdev authored Apr 27, 2022
2 parents 2304bf2 + b5d288e commit 4f9d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import font
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600");
// Variables
//
// Variables should follow the `$component-state-property-size` formula for
Expand Down

0 comments on commit 4f9d381

Please sign in to comment.