Skip to content

Commit

Permalink
Merge pull request #52 from ColinFrick/pr-6447
Browse files Browse the repository at this point in the history
[Dependency] Add compatibility with Less 3.x #6447
  • Loading branch information
Sean committed Jul 4, 2018
2 parents cc3bd94 + 1ec2d04 commit 2aaabe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/theme.config.example
Expand Up @@ -87,6 +87,6 @@
Import Theme
*******************************/

@import "theme.less";
@import (multiple) "theme.less";

/* End Config */
/* End Config */
2 changes: 1 addition & 1 deletion src/theme.less
Expand Up @@ -48,7 +48,7 @@
-------------------*/

.loadFonts() when (@importGoogleFonts) {
@import url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}');
@import (css) url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}');
}

/*------------------
Expand Down

0 comments on commit 2aaabe8

Please sign in to comment.