2.4.9 • Published 10 months ago

sea.css v2.4.9

Weekly downloads
4
License
MIT
Repository
github
Last release
10 months ago

sea.css

CircleCI GitHub license

logo

sea.css is a simple and easy to use css framework.

Features

  • Simple design.
  • Easy to use.
  • Minimal file size.
  • No JavaScript.

Docs & Examples

See this github pages. You can check the design of sea.css.

Get started

zip

You can get the latest release from github. Download zip

npm or yarn

You can install sea.css from npm or yarn npm i sea.css

NPM

CDN

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

Customizing

sea.css uses a basic set of css variables, so you can override the variables defined in sea.css.

@import url(sea.css)
:root {
  --main-text: helvetica;
  --sub-text: futura;
  --main-color: #21adc7;
  --main-hover-color: #1f8699;
  --main-text-highlight-color: #d2fa92;
  --main-text-color: #262424;
  --main-text-reverse-color: #fff;
  --subpoint-color: #647172;
  --border-color: #c7dadd;
  --success-color: #a7f8cc;
  --danger-color: #f1a8a9;
  --warning-color: #fdeaaa;
  --info-color: #f4f4f4;
}

Contributing

We welcome your issue or pull request from everyone. We'd appreciate if you could contribute our project.

License

This project is licensed under the termed of the MIT license.

2.4.9

10 months ago

2.4.8

10 months ago

2.4.3

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.4.7

2 years ago

2.4.6

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.2

2 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago