- Timestamp:
- 04/07/2019 06:17:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
r44650 r45132 83 83 @mixin box-shadow( $size ) { 84 84 box-shadow: 85 0 0 0 $size $color__text-light inset, 86 0 0 0 ($size + 1px) $color__text-light inset, 87 0 0 1px 0 rgba( $color__text-light, 0.7 ); 85 0 0 0 $size $color__text-light inset, // Original border. 86 0 0 0 ($size + 1px) $color__text-light inset, // Antialiasing, inner edge. 87 0 0 1px 0 rgba( $color__text-light, 0.7 ); // Antialiasing, outer edge. 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.