Advertisement
brunogarcia

LESS master @import

Dec 7th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. /* ============================================ */
  2. /* Document: proyect-name-master.less           */
  3. /* ============================================ */
  4.  
  5. /* ============================================ */
  6. /* ! Grid                       */
  7. /* ============================================ */
  8. @import "proyect-name.grid.less";
  9.  
  10. /* ============================================ */
  11. /* ! Reset                      */
  12. /* ============================================ */
  13. @import "proyect-name.reset.less";
  14.  
  15. /* ============================================ */
  16. /* ! Typo                                       */
  17. /* ============================================ */
  18. @import "proyect-name.typo.less";
  19.  
  20. /* ============================================ */
  21. /* ! Forms                               */
  22. /* ============================================ */
  23. @import "proyect-name.forms.less";
  24.  
  25. /* ============================================ */
  26. /* ! LESS Elements \ http://lesselements.com    */
  27. /* ============================================ */
  28. @import "proyect-name.elements.less";
  29.  
  30. /* ============================================ */
  31. /* ! Proyect Name                               */
  32. /* ============================================ */
  33. @import "proyect-name.less";
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement