Skip to content

Commit

Permalink
feat: remove bootstrap italia comuni
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Nov 21, 2023
1 parent eeb01eb commit 35d56a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 275 deletions.
5 changes: 0 additions & 5 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@
{%- if page.title -%} {{ page.title | smartify }} · {{ site.title | smartify }} {%- else -%} {{ site.title | smartify }} · {{ site.description | smartify }}
{%- endif -%}
</title>
{% if page.comuni %}
<!--Bootstrap comuni CSS-->
<link href="{{ site.baseurl }}/dist/css/bootstrap-italia-comuni.min.css?{{ buildTime }}" rel="stylesheet" />
{% else %}
<!-- Bootstrap core CSS -->
<link href="{{ site.baseurl }}/dist/css/bootstrap-italia.min.css?{{ buildTime }}" rel="stylesheet" />
{% endif %}

<!-- Documentation extras -->
{% if page.layout == "docs" %} {% comment %}La ricerca è gestita con Algolia DocSearch https://github.com/algolia/docsearch{% endcomment %}
Expand Down
16 changes: 1 addition & 15 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,5 @@ export default [
NODE_ENV: 'production',
}),
],
},
// Entry for Comuni
{
input: 'src/scss/bootstrap-italia-comuni.scss',
output: {
dir: 'dist',
},
plugins: [
scss({
output: 'dist/css/bootstrap-italia-comuni.min.css',
outputStyle: 'compressed',
watch: 'src/scss',
}),
],
},
}
]
1 change: 0 additions & 1 deletion src/js/bootstrap-italia-comuni.js

This file was deleted.

50 changes: 0 additions & 50 deletions src/scss/_override-comuni.scss

This file was deleted.

204 changes: 0 additions & 204 deletions src/scss/bootstrap-italia-comuni.scss

This file was deleted.

0 comments on commit 35d56a2

Please sign in to comment.