Rename shadows to boxShadow

This commit is contained in:
Adam Wathan 2019-02-14 15:32:38 -05:00
parent 4b717aad56
commit b6b67e1c8c
5 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ module.exports = {
pointerEvents: ['responsive'],
position: ['responsive'],
resize: ['responsive'],
shadows: ['responsive', 'hover', 'focus'],
boxShadow: ['responsive', 'hover', 'focus'],
svgFill: [],
svgStroke: [],
tableLayout: ['responsive'],

View File

@ -316,7 +316,7 @@ module.exports = function() {
'24': '6rem',
'32': '8rem',
},
shadows: {
boxShadow: {
default: '0 2px 4px 0 rgba(0,0,0,0.10)',
md: '0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08)',
lg: '0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08)',

1
plugins/boxShadow.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('../lib/plugins/boxShadow').default

View File

@ -1 +0,0 @@
module.exports = require('../lib/plugins/shadows').default