Bugfix/#67 list separator on last element #69

Merged
Serraniel merged 8 commits from bugfix/#67-list-separator-on-last-element into develop 2020-10-12 17:52:45 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit e6e0ed5ec3 - Show all commits

View file

@ -1 +1,5 @@
// vars
@import './vars/colors';
// enhancements
@import './enhancements/lists.scss';

View file

@ -0,0 +1,2 @@
$aniwatchBlue: #348fff;
$gray: rgba(155, 155, 155, 0.2);