Skip to content

Commit

Permalink
SAK-41732 Updated libsass to 0-2-10 (sakaiproject#6863)
Browse files Browse the repository at this point in the history
  • Loading branch information
fostersdesign authored and bjones86 committed Apr 30, 2019
1 parent 25618e9 commit c0ed84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<plugin>
<groupId>com.github.warmuuh</groupId>
<artifactId>libsass-maven-plugin</artifactId>
<version>0.2.6-libsass_3.4.0</version>
<version>0.2.10-libsass_3.5.3</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@
margin: 0 auto;
}

#{$nonPhone} {
@media #{$nonPhone} {
.ui-datepicker td {
width:120px;
}
}

#{$phone} {
@media #{$phone} {
.ui-datepicker td {
width:80px;
}
Expand Down

0 comments on commit c0ed84f

Please sign in to comment.