Last active
February 10, 2019 15:53
-
-
Save Jonarod/3039719532895db7890fe8e9984e3648 to your computer and use it in GitHub Desktop.
Minimalist CSS framework for Xtreme minimal devs :)
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
/* GLOBAL RESET */ | |
@import url("https://gistcdn.githack.com/Jonarod/ab4e61a97aadd79db994c8dea3492a69/raw/49bac14b46470fd7933007fcdbedf219f173d087/reset.css"); | |
/* TYPOGRAPHY */ | |
@import url("https://gistcdn.githack.com/Jonarod/eed956dc8bd45fd90407de3eb740ec80/raw/a721babaa516b56e67bfb83b8d33c28a8f53120d/typography.css"); | |
/* HELPERS */ | |
@import url("https://gistcdn.githack.com/Jonarod/27e396f8b90498763e640ba9a6e27659/raw/c9a2cd4cc2ebdf8e1a17eed60de278639ca15454/helpers.css"); | |
/* GRID */ | |
@import url("https://gistcdn.githack.com/Jonarod/5993bec6f56ec3f51449f8bb2ba65394/raw/0a0a27593ccc21bc7cf2a03b4a13572e2cc268e9/grid.css"); | |
/* SPACING */ | |
@import url("https://gistcdn.githack.com/Jonarod/97cde0c87f8b6ca585bed5a73e721488/raw/f45a0bbb9ae494673a36655185ec52a314dd39d1/spacing.css"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment