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
/**================================================== | |
* Utilites >> Border | |
* | |
* Chainable classes for applying borders and various | |
* other border related properties. | |
* | |
* Defaults: | |
* border-width: --unit-xxs | |
* border-style: solid | |
* border-color: --border |
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
/**================================================== | |
* Utilites >> MARGIN | |
* | |
* Chainable classes for applying margin properties | |
* defined from the project's variables. | |
* | |
* Please avoid using negative margins. | |
* ================================================== | |
*/ |
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
/**================================================== | |
* Utilites >> PADDING | |
* | |
* Chainable classes for applying padding properties | |
* defined from the project's variables. | |
* ================================================== | |
*/ | |
// Padding on all sides |