mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Rename shadows to boxShadow
This commit is contained in:
parent
4b717aad56
commit
b6b67e1c8c
@ -41,7 +41,7 @@ module.exports = {
|
||||
pointerEvents: ['responsive'],
|
||||
position: ['responsive'],
|
||||
resize: ['responsive'],
|
||||
shadows: ['responsive', 'hover', 'focus'],
|
||||
boxShadow: ['responsive', 'hover', 'focus'],
|
||||
svgFill: [],
|
||||
svgStroke: [],
|
||||
tableLayout: ['responsive'],
|
||||
|
||||
@ -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
1
plugins/boxShadow.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = require('../lib/plugins/boxShadow').default
|
||||
@ -1 +0,0 @@
|
||||
module.exports = require('../lib/plugins/shadows').default
|
||||
Loading…
x
Reference in New Issue
Block a user