Skip to content

Commit 68d82ba

Browse files
authored
Merge pull request #42 from simplesamlphp/feature/upgrade-sass-loader
Feature/upgrade sass loader
2 parents 488b8cf + fd4136a commit 68d82ba

File tree

11 files changed

+760
-33
lines changed

11 files changed

+760
-33
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package.json export-ignore
55
package-lock.json export-ignore
66
/css/.gitkeep export-ignore
7-
/fonts/.gitkeep export-ignore
7+
/webfonts/.gitkeep export-ignore
88
/icons/.gitkeep export-ignore
99
/js/.gitkeep export-ignore
1010
/js/postSubmit.js export-ignore

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!/css/.gitkeep
2-
!/fonts/.gitkeep
2+
!/webfonts/.gitkeep
33
!/js/.gitkeep
44
/super-linter-output/
55
/js/postSubmit.js

css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/stylesheet.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)