mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
8f35cab3b7f7cba0cd3af72e3075248637c50a72
parent
a658aa955799d97b0df9685656a63e7cb45c2a8d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-05-09 20:09
fix import order in README example

Diffstat

M README.md 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/README.md b/README.md

@@ -19,11 +19,11 @@ First, install via bower or npm (eyeglass):
   19    19 
   20    20 Then, create a master stylesheet like this:
   21    21 
   22    -1     // First, import default variables and adjust with your own
   23    -1     @import "mfbs/variables";
   -1    22     // First, define your own variables
   24    23     @import "variables";
   25    24 
   26    -1     // Import basic styling
   -1    25     // Import basic styling and default variables
   -1    26     @import "mfbs/variables";
   27    27     @import "mfbs/base";
   28    28 
   29    29     // Optionally import some components