efrolic / css

eFrolic | CSS framework which without using JavaScript is interactive and animated.

Home Page:https://efrolic.github.io/css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”” eFrolicss | 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. Built in flexbox bases.

Explore eFrolic docs

eFrolic / framework css eFrolic / framework css

eFrolic / framework css

Quick start πŸš€

NPM βš™οΈ

npm install efrolic

Import πŸ“€

After installation, you can import the CSS file into your project using this snippet:

import 'efrolic/dist/css/efrolic.min.css'

CDN πŸ›¬

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<link rel="stylesheet" href="https://unpkg.com/efrolic@0.2.9/dist/css/efrolic.min.css">

Download

πŸ“Œ Compiled CSS

Download πŸ“‰

πŸ“Œ Sass files

Download πŸ“ˆ

CSS file 50KB so far. πŸ“¦

eFrolic is a modern and lightweight CSS framework, so far only weighs 50KB minified and includes all the components and utilities of the framework.

You can use that lightweight and very powerful file or use the Sass files to customize.

There is no Javascript so it can be integrated into any environment, even without javascript many components look impressive and animated.

Browser Support 🌐

eFrolic is compatible with recent versions of:

  • Chrome βœ”οΈ
  • Edge βœ”οΈ
  • Firefox βœ”οΈ
  • Opera βœ”οΈ
  • Safari βœ”οΈ

πŸ“’ Copyright and license:

Code copyright 2019 eFrolic . Code released under the MIT license. ℒ️

About

eFrolic | CSS framework which without using JavaScript is interactive and animated.

https://efrolic.github.io/css/

License:MIT License


Languages

Language:CSS 55.3%Language:HTML 40.8%Language:Ruby 2.4%Language:JavaScript 1.4%