freearhey / frame-css

A classless framework based on Primer CSS

Home Page:https://freearhey.github.io/frame-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frame CSS

Frame CSS is a classless framework based on Primer CSS.

Usage

To use the framework, simply add a link to it in the <head> tag:

<html>
  <head>
    ...
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/freearhey/frame-css/dist/frame-css.min.css">
  </head>
  <body>
    ...
  </body>
</html>

Demo

You can find a list of supported elements and an example of their use here.

Contribute

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

License

MIT

About

A classless framework based on Primer CSS

https://freearhey.github.io/frame-css/

License:MIT License


Languages

Language:CSS 100.0%