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 ?
Asked
Active
Viewed 95 times
2 Answers
0
Sass: Syntactically Awesome Style Sheets, are included.
Download it from github
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.

4dgaurav
- 11,360
- 4
- 32
- 59
-
How do I include sass files ? – ardb Apr 15 '14 at 19:18
-
How do I import all that files ? – ardb Apr 15 '14 at 19:31
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