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
// "Spartan" Grid System | |
// version: 6.1.2 | |
// https://github.com/SimonHarte/SpartanGrid | |
// License: MIT | |
// Copyright 2015 Simon Harte <[email protected]> | |
$spartan-config: () !global; | |
// _pow() - Raise number to the nth power | |
// |
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
// original code | |
.foo { | |
right: 0; | |
left: auto !important; | |
} | |
// shame file | |
.foo { | |
right: undefined; | |
left: undefined !important; |
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
/** | |
* @flow | |
* @relayHash c5a1fc9ebb4ce413f79a74e6a0553510 | |
*/ | |
/* eslint-disable */ | |
'use strict'; | |
/*:: |