Add technologies, component restructure, config changes and style fixes

This commit is contained in:
Moris Zen
2018-07-09 20:53:11 +02:00
parent 04287d5615
commit 5b959fba75
22 changed files with 3453 additions and 158 deletions

View File

@@ -838,7 +838,7 @@ module.exports = {
modules: {
appearance: ['responsive'],
backgroundAttachment: ['responsive'],
backgroundColors: ['responsive', 'hover'],
backgroundColors: ['responsive', 'hover', 'group-hover'],
backgroundPosition: ['responsive'],
backgroundRepeat: ['responsive'],
backgroundSize: ['responsive'],
@@ -871,7 +871,7 @@ module.exports = {
svgFill: [],
svgStroke: [],
textAlign: ['responsive'],
textColors: ['responsive', 'hover'],
textColors: ['responsive', 'hover', 'group-hover'],
textSizes: ['responsive'],
textStyle: ['responsive', 'hover'],
tracking: ['responsive'],