New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

essentials.css

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

essentials.css

Light weight front-end framework

latest
Source
npmnpm
Version
2.5.0
Version published
Maintainers
1
Created
Source

Essentials.css

npm GitHub license

Why essentials.css

Essentials.css is a small CSS framework and provides all the essentials styles you need for a website. Includes Normalize.css for rendering all elements more consistently and in line with modern standards.

Installation

Install with bower

$ bower install essentials.css

Install with npm

$ npm install essentials.css

Install with CDN

https://unpkg.com/essentials.css@2.0.2/dist/essentials.min.css

Download latest release

here

Clone repository

$ git clone https://github.com/svichas/essentials.css.git

Usage

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<!-- Essentials.css framework -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/essentials.css@2.0.2/dist/essentials.min.css">

Documentation

svichas.github.io/essentials.css

Contributing

Click here to see Contributing guidelines.

License

Created by Stefanos Vichas. Licensed under the MIT License.

Keywords

css-framework

FAQs

Package last updated on 26 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts