0.0.9 • Published 6 years ago

fae-css v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

fae-css

npm npm

Everything you need to create custom components on the fly. No more build tools, no more preprocessors or vendor prefixers.

Fae allows you to pick what you want to use rather than everything like Bootstrap and Bulma offer. Be more in control of your own app.

Quick Start

To install FaeCSS, you have several options. As this project is still quite young, the options are not as wide as we expect it.

Through NPM

$ npm i fae-css

Through unpkg CDN

<link rel="stylesheet" href="https://unpkg.com/fae-css/dist/fae.css">

Cloning the repository

$ git clone https://github.com/zana-a/fae.git

Checklist

To Version 0.1.0

  • Reset
    • MonoSet
  • Colours
    • Black
    • White
    • Grey
    • Red
    • Orange
    • Yellow
    • Green
    • Blue
    • Purple
    • Pink
  • Typography
    • p
    • h1
    • h2
    • h3
    • h4
    • h5
    • h6
    • mark highlight
    • abbr
    • blockquote
    • code
    • pre
    • kdp
    • a
    • .big
    • .lead
  • Margins
    • Margin Top
    • Margin Right
    • Margin Bottom
    • Margin Left
    • Margin Y
    • Margin X
    • No Margin
    • Margin Strength
  • Padding
    • Padding Top
    • Padding Right
    • Padding Bottom
    • Padding Left
    • Padding Y
    • Padding X
    • Padding
    • No Padding
    • Padding Strength
  • Borders
    • Border Top
    • Border Right
    • Border Bottom
    • Border Left
    • Border Y
    • Border X
    • Border
    • No Border
    • Border Radius needs work
    • Border Colours
  • Backgrounds
    • Black
    • White
    • Red
    • Orange
    • Yellow
    • Green
    • Blue
    • Purple
  • Text Colours
    • Black
    • White
    • Red
    • Orange
    • Yellow
    • Green
    • Blue
    • Purple
  • Shadows
  • Display
  • Position
    • Static
    • Fixed
    • Absolute
    • Sticky
    • Initial
    • Inherit
  • Visibility
    • Hidden
    • Visible
  • Overflow
    • Overflow X Show
    • Overflow Y Show
    • Overflow Show
    • Overflow X Hidden
    • Overflow Y Hidden
    • Overflow Hidden
  • Misc
0.0.9

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago