0.0.1 • Published 4 years ago

rochercss v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

RocherCSS

License GitHub package.json dependency version (prod)

A Lightweight and Responsive Front-end Framework

Fetures

  • CSS only and single css
  • Lightweight

Documentation

The documantation resides in the docs directory

Getting Started

Add the Viewport Meta Element

On the mobile browsers, the Viewport meta element lets you control the width and scale of the viewport. As you are buiding a responsive webisite, we recommend to add this into your page's <head> because the width to be qeual to the device's native width.

<meta name="viewport" content="width=device-width, initial-scale=1">

Local Setup

Clone the repo from Github and install dependencies trought npm.

git clone https://github.com/Anetago/RocherCSS.git
cd RocherCSS
npm install

License

The code released under the Apache 2.0 License.

0.0.1

4 years ago