diff options
-rw-r--r-- | public/css/styles.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/styles.less b/public/css/styles.less new file mode 100644 index 0000000..6d948d5 --- /dev/null +++ b/public/css/styles.less @@ -0,0 +1,9 @@ +/* + * Divid stylesheet + */ + +//Imports the bootstrap-variables +@import "variables.less"; + +// The rest comes here + |