Skip to content

Commit

Permalink
refactor: remove normalize.css in faver of tailwindcss's normalization (
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Apr 1, 2024
1 parent 734fd5b commit cacc2e0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -207,7 +207,6 @@ DoIt is licensed under the **MIT** license. Check the [LICENSE file](https://git

Thanks to the authors of following resources included in the theme:

* [normalize.css](https://github.com/necolas/normalize.css)
* [Font Awesome](https://fontawesome.com/)
* [Simple Icons](https://github.com/simple-icons/simple-icons)
* [Animate.css](https://daneden.github.io/animate.css/)
Expand Down
1 change: 0 additions & 1 deletion README.zh-cn.md
Expand Up @@ -193,7 +193,6 @@ DoIt 根据 **MIT** 许可协议授权。 更多信息请查看 [LICENSE 文件]

DoIt 主题中用到了以下项目,感谢它们的作者:

* [normalize.css](https://github.com/necolas/normalize.css)
* [Font Awesome](https://fontawesome.com/)
* [Simple Icons](https://github.com/simple-icons/simple-icons)
* [Animate.css](https://daneden.github.io/animate.css/)
Expand Down
2 changes: 0 additions & 2 deletions assets/data/cdn/jsdelivr.yml
Expand Up @@ -46,8 +46,6 @@ libFiles:
mermaidJS: mermaid@8.13.3/dist/mermaid.min.js
# meting@2.0.1 https://github.com/metowolf/MetingJS
metingJS: meting@2.0.1/dist/Meting.min.js
# normalize.css@8.0.1 https://github.com/necolas/normalize.css
normalizeCSS: normalize.css@8.0.1/normalize.min.css
# object-fit-images@3.2.4 https://github.com/fregante/object-fit-images
objectFitImagesJS: object-fit-images@3.2.4/dist/ofi.min.js
# sharer.js@0.4.2 https://github.com/ellisonleao/sharer.js
Expand Down
1 change: 0 additions & 1 deletion assets/lib/VERSION
Expand Up @@ -14,7 +14,6 @@ lg-zoom.js@1.3.0 https://github.com/sachinchoolur/lg-zoom.js
lightgallery.js@1.4.0 https://github.com/sachinchoolur/lightgallery.js
mapbox-gl@2.3.1 https://github.com/mapbox/mapbox-gl-js
meting@2.0.1 https://github.com/metowolf/MetingJS
normalize.css@8.0.1 https://github.com/necolas/normalize.css
object-fit-images@3.2.4 https://github.com/fregante/object-fit-images
sharer.js@0.4.2 https://github.com/ellisonleao/sharer.js
simple-icons@5.21.1 https://github.com/simple-icons/simple-icons
Expand Down
9 changes: 0 additions & 9 deletions assets/lib/normalize/normalize.min.css

This file was deleted.

1 change: 0 additions & 1 deletion exampleSite/content/about/index.en.md
Expand Up @@ -88,7 +88,6 @@ Check the [LICENSE file](https://github.com/HEIGE-PCloud/DoIt/blob/main/LICENSE)

Thanks to the authors of following resources included in the theme:

* [normalize.css](https://github.com/necolas/normalize.css)
* [Font Awesome](https://fontawesome.com/)
* [Simple Icons](https://github.com/simple-icons/simple-icons)
* [Animate.css](https://daneden.github.io/animate.css/)
Expand Down
1 change: 0 additions & 1 deletion exampleSite/content/about/index.zh-cn.md
Expand Up @@ -88,7 +88,6 @@ DoIt 根据 **MIT** 许可协议授权。

DoIt 主题中用到了以下项目,感谢它们的作者:

* [normalize.css](https://github.com/necolas/normalize.css)
* [Font Awesome](https://fontawesome.com/)
* [Simple Icons](https://github.com/simple-icons/simple-icons)
* [Animate.css](https://daneden.github.io/animate.css/)
Expand Down
5 changes: 0 additions & 5 deletions layouts/partials/head/link.html
Expand Up @@ -43,11 +43,6 @@
{{ $style := dict "Source" "css/main.css" "Minify" true }}
{{- partial "plugin/style.html" $style -}}

{{- /* normalize.css */ -}}
{{- $source := $cdn.normalizeCSS | default "lib/normalize/normalize.min.css" -}}
{{- $style := dict "Source" $source "Fingerprint" $fingerprint -}}
{{- partial "plugin/style.html" $style -}}

{{- /* style.min.css */ -}}
{{- $style := dict "Source" "css/style.scss" -}}
{{- $options := dict "targetPath" "css/style.min.css" "enableSourceMap" true -}}
Expand Down

0 comments on commit cacc2e0

Please sign in to comment.