1

style.css: make hash the same

This commit is contained in:
2024-01-27 19:19:51 +02:00
parent c3ef78605d
commit cecd679da6
11 changed files with 53 additions and 26 deletions

View File

@@ -1,2 +1,2 @@
style.css: style.scss grids-responsive.css pure.css
sass --no-source-map $< $@
sass --no-charset --no-source-map $< | perl -p -e 'chomp if eof' > $@

View File

@@ -113,6 +113,8 @@ header {
}
nav {
margin: 0 auto;
max-width: 1000px;
padding: 10px 0;
text-align: right;
a {