0

has anyone used Maxmertkit ? They say in documentation that you have to include some css files, but I cant find them in the package i've downloaded. Any idea ?

John Slegers
  • 45,213
  • 22
  • 199
  • 169
ardb
  • 6,075
  • 5
  • 14
  • 16

2 Answers2

0

Sass: Syntactically Awesome Style Sheets, are included.

Download it from github

Sass Installation

Sass Basics

Or if you don't want to do all these, you can convert your sass to css from codepen, just copy your sass in css column and click the eye (shown in image) to compile it in css.

enter image description here

4dgaurav
  • 11,360
  • 4
  • 32
  • 59
0

There is new version 1.0.5: http://maxmert.com/start.

You can use CDN to include css (don't forget to change {{version}}):

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/maxmertkit/{{version}}/css/maxmertkit.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//cdn.jsdelivr.net/maxmertkit/{{version}}/js/maxmertkit.js"></script>
John Slegers
  • 45,213
  • 22
  • 199
  • 169
Vetrenko Maxim
  • 486
  • 4
  • 5