Cryptix720 / Gliss

Gliss is a silent, tiny and lightweight CSS framework with a responsive architecture boilerplate to embark any responsive project.

Home Page:https://cryptix720.github.io/Gliss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge npm version [Build Status HitCount Build Status Codacy Badge BCH compliance CircleCI

Gliss

Gliss is a silent, tiny and lightweight CSS framework, responsive architectural boilerplate to embark any responsive project.

Check out Gliss for documentation and details.

Getting started

There are a couple ways to download Gliss:

  • Download the zip
  • Clone the repo: git clone https://github.com/Cryptix720/Gliss.git (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)

LoadAndScript

  <link rel="stylesheet" href="Gcore/css/gliss-reset.css">
  <link rel="stylesheet" href="Gcore/css/gliss.css">
  
  
  <!---Gliss CSS-color-plugin--->
   <link rel="stylesheet" href="Gcore/css/glissColors.css">
  

   

What's inside the GlissCore?

The download includes Gliss Core, pick three different levels of Gliss:yocto-min-full into your project, a sample favicon, and an index.html as a kickstart.

Gcore/
 index.html-
 
 
├── (!js)/
   ├── (*.js) 
 
 
├── css/
   ├── gliss.css
   └── glisslize-min.css
   └── gliss-yocto.css
   └── glissColors.css
 
├── scss/
   ├── *.scss

   
├── case/
   ├── *.html

  
├── typ/(Typography)

└── img/
    └── favicon.ico

Why it's awesome

Gliss is not only lightweight and simple. It styles raw HTML elements and provides a responsive and morphological grid.

  • An alien abstraction for new developers.
  • Adaptable for progressive web apps.
  • CSS unminified and with comments.
  • No compiling or installing...
  • 170kb juiced data.
  • Maximize the fun? enable the GlissCore package.
  • Simplified estimation method for designers.
  • X-phase grid flow.
  • Responsive CSS components.
  • The purity of device orientation.
  • High-performance induced structures with gliss grid systems.

Package level

- Gliss:full
- Gliss:min
- Glis:yocto

Browser support

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

Plugins(Experimental)

  • Create your own Gliss plugins.

Acknowledgement

Gliss was created by [Chris Pro] for a better web.

FOSSA Status

About

Gliss is a silent, tiny and lightweight CSS framework with a responsive architecture boilerplate to embark any responsive project.

https://cryptix720.github.io/Gliss/

License:MIT License


Languages

Language:CSS 51.0%Language:HTML 24.1%Language:JavaScript 22.2%Language:Python 2.4%Language:Shell 0.2%Language:WebIDL 0.2%