Skip to content

Commit

Permalink
Changed all CSS-utils to unix line ends to avoid chrome bug
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Apr 23, 2022
1 parent 5aa3c17 commit 9cd4a8a
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/display-none.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.display-none {
display: none;
.display-none {
display: none;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/margin-bottom-150px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.margin-bottom-150px {
margin-bottom: 150px;
.margin-bottom-150px {
margin-bottom: 150px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/margin-right-10px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.margin-right-10px {
margin-right: 10px;
.margin-right-10px {
margin-right: 10px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/margin-top-10px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.margin-top-10px {
margin-top: 10px;
.margin-top-10px {
margin-top: 10px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/margin-top-30px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.margin-top-30px {
margin-top: 30px;
.margin-top-30px {
margin-top: 30px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/margin-top-70px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.margin-top-70px {
margin-top: 70px;
.margin-top-70px {
margin-top: 70px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/padding-20px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.padding-20px {
padding: 20px;
.padding-20px {
padding: 20px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/padding-bottom-20px.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.padding-bottom-20px {
padding-bottom: 20px;
.padding-bottom-20px {
padding-bottom: 20px;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/padding-left-20pct.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.padding-left-20pct {
padding-left: 20%;
.padding-left-20pct {
padding-left: 20%;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/padding-right-20pct.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.padding-right-20pct {
padding-right: 20%;
.padding-right-20pct {
padding-right: 20%;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/padding-top-0.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.padding-top-0 {
padding-top: 0;
.padding-top-0 {
padding-top: 0;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/resize-vertical.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.resize-vertical {
resize: vertical;
.resize-vertical {
resize: vertical;
}
4 changes: 2 additions & 2 deletions src/main/resources/css-utils/text-align-center.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.text-align-center {
text-align: center;
.text-align-center {
text-align: center;
}

0 comments on commit 9cd4a8a

Please sign in to comment.