This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// @file | |
// Magic Padding mixins. | |
// | |
// Replaces bottom padding with an :after psuedo element with top margin, giving | |
// the illusion of the bottom padding collapsing with the bottom margin of the | |
// last child within the element. | |
// | |
// @param $value |