Skip to content

Ethereal.css - An Elegant, Lightweight CSS Framework without JavaScript.

Notifications You must be signed in to change notification settings

EtherealCSS/etherealcss

Repository files navigation

Etherealcss

forthebadge forthebadge forthebadge

img

An Elegant, Lightweight CSS Framework without JavaScript.

Browser Support

This library support in the following browsers:

Chrome logo Firefox logo Internet Explorer logo Edge logo Opera logo Safari logo
43+ ✔ 38+ ✔ Nope ✘ 13 ✔ 32+ ✔ 8+ ✔

Testing on BrowseEmAll.

For more information, check on Can I Use.

Examples

You can find more examples here:

ethereal-example

Usage

Use CSS classes

Include the CDN link, and you can check out the latest version HERE.

<!-- Latest compiled CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/ethereal.css">

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/ethereal.min.css">

npm

npm install etherealcss --save
import 'etherealcss'

Documentation

Components

  • Alerts
  • Badges
  • Breadcrumb
  • Buttons
  • Cards
  • Collapsibles
  • Dropdowns
  • Forms
  • Modals
  • Navbars
  • Tabs

Content

  • code
  • fonts
  • hr
  • images
  • lists
  • tables

Layout

  • container
  • flexbox

Utils

  • borders
  • colors
  • display
  • fonts
  • position
  • spacing

Customizing

You can customize EtherealCSS lightly.

Clone

git clone https://github.com/EtherealCSS/etherealcss.git
npm install

Run

Run local HTTP server.

npm run dev

Watch

npm run start

Build

npm run build

Contributing

This repository is open source and contributions are very welcomed. It is also as beginner friendly as possible.

Please before sending a PR, make sure you are properly running npm run lint.

Stylelint

Please install following extensions before running stylelint 😇.

nmp run lint

License

MIT