commit 301812d7e5555c4de4a72797ab45f8c0d6c18604 parent 4efb5f6fca1f82076cb52e8a3d3b0c681116ae4e Author: Hugo Soucy <hugo@soucy.cc> Date: Fri, 31 Mar 2017 06:21:55 -0400 Remove th SIZES array. Diffstat:
M | config/preprocessor.cfg | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/config/preprocessor.cfg b/config/preprocessor.cfg @@ -39,9 +39,3 @@ export BREAKPOINTS=( [md]=$(px_to_em 992) [lg]=$(px_to_em 1140) ) - -export SIZES=( - [36]=$(px_to_em 36 18) - [27]=$(px_to_em 27 18) - [21]=$(px_to_em 21 18) -)