Skip to content

Commit

Permalink
upgrade to normailze.css 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siongui committed Apr 3, 2023
1 parent 6b9c4ca commit a50b769
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,4 +3,4 @@ output
plugins/i18n_subsites
*.pyc
theme/static/css/style.css
theme/styling/_normalize500.scss
theme/styling/_normalize801.scss
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ download:
wget -P $(I18N_SUBSITES_DIR) https://raw.githubusercontent.com/getpelican/pelican-plugins/master/i18n_subsites/__init__.py
wget -P $(I18N_SUBSITES_DIR) https://raw.githubusercontent.com/getpelican/pelican-plugins/master/i18n_subsites/i18n_subsites.py
@echo "download normalize.css ..."
wget -O $(SCSSDIR)/_normalize500.scss https://necolas.github.io/normalize.css/5.0.0/normalize.css
wget -O $(SCSSDIR)/_normalize801.scss https://necolas.github.io/normalize.css/8.0.1/normalize.css

scss:
[ -d $(CSSDIR) ] || mkdir -p $(CSSDIR)
Expand Down
4 changes: 2 additions & 2 deletions theme/styling/style.scss
@@ -1,5 +1,5 @@
// include normalize.css 5.0.0
@import "normalize500";
// include normalize.css 8.0.1
@import "normalize801";
// include styling for code snippet
@import "pygments";
// navbar on top
Expand Down

0 comments on commit a50b769

Please sign in to comment.