You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /*! TACHYONS v4.7.0 | http://tachyons.io */
  2. /*
  3. *
  4. * ________ ______
  5. * ___ __/_____ _________ /______ ______________________
  6. * __ / _ __ `/ ___/_ __ \_ / / / __ \_ __ \_ ___/
  7. * _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ )
  8. * /_/ \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
  9. * /____/
  10. *
  11. * TABLE OF CONTENTS
  12. *
  13. * 1. External Library Includes
  14. * - Normalize.css | http://normalize.css.github.io
  15. * 2. Tachyons Modules
  16. * 3. Variables
  17. * - Media Queries
  18. * - Colors
  19. * 4. Debugging
  20. * - Debug all
  21. * - Debug children
  22. *
  23. */
  24. /* External Library Includes */
  25. @import 'tachyons/_normalize';
  26. /* Modules */
  27. @import 'tachyons/_box-sizing';
  28. @import 'tachyons/_aspect-ratios';
  29. @import 'tachyons/_images';
  30. @import 'tachyons/_background-size';
  31. @import 'tachyons/_background-position';
  32. @import 'tachyons/_outlines';
  33. @import 'tachyons/_borders';
  34. @import 'tachyons/_border-colors';
  35. @import 'tachyons/_border-radius';
  36. @import 'tachyons/_border-style';
  37. @import 'tachyons/_border-widths';
  38. @import 'tachyons/_box-shadow';
  39. @import 'tachyons/_code';
  40. @import 'tachyons/_coordinates';
  41. @import 'tachyons/_clears';
  42. @import 'tachyons/_display';
  43. @import 'tachyons/_flexbox';
  44. @import 'tachyons/_floats';
  45. @import 'tachyons/_font-family';
  46. @import 'tachyons/_font-style';
  47. @import 'tachyons/_font-weight';
  48. @import 'tachyons/_forms';
  49. @import 'tachyons/_heights';
  50. @import 'tachyons/_letter-spacing';
  51. @import 'tachyons/_line-height';
  52. @import 'tachyons/_links';
  53. @import 'tachyons/_lists';
  54. @import 'tachyons/_max-widths';
  55. @import 'tachyons/_widths';
  56. @import 'tachyons/_overflow';
  57. @import 'tachyons/_position';
  58. @import 'tachyons/_opacity';
  59. @import 'tachyons/_rotations';
  60. @import 'tachyons/_skins';
  61. @import 'tachyons/_skins-pseudo';
  62. @import 'tachyons/_spacing';
  63. @import 'tachyons/_negative-margins';
  64. @import 'tachyons/_tables';
  65. @import 'tachyons/_text-decoration';
  66. @import 'tachyons/_text-align';
  67. @import 'tachyons/_text-transform';
  68. @import 'tachyons/_type-scale';
  69. @import 'tachyons/_typography';
  70. @import 'tachyons/_utilities';
  71. @import 'tachyons/_visibility';
  72. @import 'tachyons/_white-space';
  73. @import 'tachyons/_vertical-align';
  74. @import 'tachyons/_hovers';
  75. @import 'tachyons/_z-index';
  76. @import 'tachyons/_nested';
  77. @import 'tachyons/_styles';
  78. /* Variables */
  79. /* Importing here will allow you to override any variables in the modules */
  80. @import 'tachyons/_colors';
  81. @import 'tachyons/_media-queries';
  82. /* Debugging */
  83. /*@import 'tachyons/_debug-children';
  84. @import 'tachyons/_debug-grid';*/
  85. /* Uncomment out the line below to help debug layout issues */
  86. /* @import 'tachyons/_debug'; */