Skip to content

Commit 0833f00

Browse files
committed
v0.2.9
1 parent 6a5b489 commit 0833f00

8 files changed

+13
-13
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66
<p align="center">
7-
🔔 <strong>eFrolicss</strong> | CSS framework which without using JavaScript is interactive and animated.
7+
🔔 <strong>eFrolicss</strong> | CSS framework which without using JavaScript is interactive and animated.
88
</p>
99
<p align="center">
1010
This framework is based on being simple and modern to develop web interfaces focused on mobile devices. Built in flexbox bases.
@@ -52,18 +52,18 @@ import 'efrolic/dist/css/efrolic.min.css'
5252
Copy-paste the stylesheet <code>&lt;link></code> into your <code>&lt;head></code> before all other stylesheets to load our CSS.
5353

5454
```bash
55-
<link rel="stylesheet" href="https://unpkg.com/[email protected].8/dist/css/efrolic.min.css">
55+
<link rel="stylesheet" href="https://unpkg.com/[email protected].9/dist/css/efrolic.min.css">
5656
```
5757

5858
#### Download
5959

6060
**📌 Compiled CSS**
6161

62-
<a href="https://efrolicss.com/assets/download/eFrolic.rar">Download 📉</a>
62+
<a href="https://efrolicss.com/assets/download/eFrolic.zip">Download 📉</a>
6363

6464
**📌 Sass files**
6565

66-
<a href="https://efrolicss.com/assets/download/eFrolic-Sass.rar">Download 📈</a>
66+
<a href="https://efrolicss.com/assets/download/eFrolic-Sass.zip">Download 📈</a>
6767

6868

6969
### CSS file 50KB so far. 📦

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ donate: "https://www.paypal.me/efraperalta"
1616

1717

1818
# CSS
19-
css_cdn: "https://unpkg.com/[email protected].8/dist/css/efrolic.min.css"
19+
css_cdn: "https://unpkg.com/[email protected].9/dist/css/efrolic.min.css"
2020
css_github: "http://efrolicss.com/assets/css/dist/efrolic.min.css"
2121
fontawesome: "https://use.fontawesome.com/releases/v5.3.1/css/all.css"
2222
fontawesome_integrity: "sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
23-
files_css: "/assets/download/eFrolic.rar"
24-
files_sass: "/assets/download/eFrolic-Sass.rar"
23+
files_css: "/assets/download/eFrolic.zip"
24+
files_sass: "/assets/download/eFrolic-Sass.zip"
2525

2626
# Config
2727
button: anime primary
@@ -37,7 +37,7 @@ lang: en
3737
ref: hello
3838

3939
# Build settings
40-
version: "V0.2.8"
40+
version: "V0.2.9"
4141
markdown: kramdown
4242
url: "https://efrolicss.com"
4343
permalink: pretty

_posts/2018-11-02-official-launch-eFrolic.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
layout: post
3-
description: "Officially we have released eFrolic V0.2.8 in its stable version..."
3+
description: "Officially we have released eFrolic V0.2.9 in its stable version..."
44

55
# Post config
66
tag: Launch
77
color: "dark"
88
tag_color: "danger"
99
image: "/assets/images/post/bg-d.png"
1010

11-
title: " Official launch, eFrolic V0.2.8"
11+
title: " Official launch, eFrolic V0.2.9"
1212

1313
# Short description
14-
short_description: "Officially we have released eFrolic V0.2.8 in its stable version..."
14+
short_description: "Officially we have released eFrolic V0.2.9 in its stable version..."
1515

1616
---
1717

1818
Welcome to the first official version for the public.
1919

2020
This is the first publication of the News section. Support us!
2121

22-
Officially we have released eFrolic V0.2.8 in its stable version, although we are constantly working to improve typographical errors and other things.
22+
Officially we have released eFrolic V0.2.9 in its stable version, although we are constantly working to improve typographical errors and other things.
2323

2424
If you find any typographical or behavioral error feel free to inform us or open a problem on GitHub.
2525

assets/download/eFrolic-Sass.rar

-22.6 KB
Binary file not shown.

assets/download/eFrolic-Sass.zip

27.5 KB
Binary file not shown.

assets/download/eFrolic.rar

-48.5 KB
Binary file not shown.

assets/download/eFrolic.zip

51.3 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "efrolic",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "It is a CSS framework, which without using javascript is interactive and animated. This framework is based on being simple and modern to develop web interfaces focused on mobile devices.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)