Skip to content

Commit

Permalink
update libsass and remove build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
profmikegreene committed May 20, 2022
1 parent 62af70b commit 994aa29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -669,10 +669,10 @@
<plugin>
<groupId>com.gitlab.haynes</groupId>
<artifactId>libsass-maven-plugin</artifactId>
<version>0.2.26</version>
<version>0.2.28</version>
<executions>
<execution>
<phase>process-resources</phase>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ $PBJQ(document).ready(function($){
}

/**
* @func syncFavoritesToServer
* @function syncFavoritesToServer
* @desc Reusable method to sync fav changes to the server
* @param {Array} favs - List of SiteIds to be used as favourites
* @param {Function} onError - Error function to be called on AJAX failure
Expand Down Expand Up @@ -543,7 +543,7 @@ $PBJQ(document).ready(function($){
}

/**
* @func topNavFavorite
* @function topNavFavorite
* @desc Toggles favouriting from the top navigation
* @param {*} event - jQuery Event for item clicked
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
}

.infoIcon {
@extend .fa.fa-info-circle;
@extend .fa, .fa-info-circle;
}

/* sideLink styles */
Expand Down

0 comments on commit 994aa29

Please sign in to comment.