Skip to content
Snippets Groups Projects
Commit 4fb0fd01 authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Re-add animate.css and raise it to 3.7.0

parent f894e3f1
Branches
Tags v2.2.6
No related merge requests found
......@@ -19,7 +19,7 @@ The current version of this package ships the following own stuff and awesome th
#### CSS
- [animate.css](https://github.com/daneden/animate.css) (3.5.2) - cross-browser library of CSS animations
- [animate.css](https://github.com/daneden/animate.css) (3.7.0) - cross-browser library of CSS animations
- [bulma](https://github.com/jgthms/bulma) (0.6.2) - modern CSS framework based on Flexbox
- [font-awesome](https://github.com/FortAwesome/Font-Awesome) (4.7.0) - iconic font and CSS toolkit
......
......@@ -3,6 +3,8 @@
// import fontawesome information
@import "fontawesome";
@import "lib/animate.css-3.7.0/animate";
// 1. INITIAL VARIABLES have to be set before importing BULMA
@import "hsh_colors"; // imports initial color variables for hsh corporate design
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
from setuptools import setup, find_packages
import os
from setuptools import find_packages, setup
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-hshassets',
version='2.2.5',
version='2.2.6',
packages=find_packages(),
include_package_data=True,
license='MIT License',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment