Skip to content

Commit

Permalink
Update PureCSS to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Jan 5, 2022
1 parent b9a1c06 commit 10a1703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<link rel="preconnect" href="https://unpkg.com">

{% block stylesheets -%}
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/build/pure-min.css" integrity="sha384-QkSsJi6SGgWv5LAx1TdvIDRf8TW5Ui4NVKqDDlK1wY2eKioo7wvYIJvGWFQSFE4U" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected].6/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ asset('css/banditore.css') }}">
{% endblock %}
Expand Down

0 comments on commit 10a1703

Please sign in to comment.