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

cake-css

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cake-css

Minimalistic and responsive tiny CSS library

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Cake CSS

Minimalistic and responsive tiny CSS library

Usage

Just install it using Yarn or NPM.

Using Yarn

yarn add cake-css

Using NPM

npm install cake-css

And then simply import the stylesheet on your index.html file.

<link rel="stylesheet" type="text/css" href="/path/to/cake/cake.min.css">

Hackable

You can modify or extend whatever you want of Cake CSS, it's MIT licensed! Source code can be found on src folder.

You will need the following tools:

  • Sass (Ruby)
  • Gulp
  • Install the dependencies using NPM

    npm install

  • Modify or extend whatever you need.

  • Run Gulp task

    $ gulp sass

Keywords

css

FAQs

Package last updated on 30 Aug 2017

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