lipstickless

0.2.5 • Public • Published


Lipstick logo

Lipstick


Anything can be beautiful with a little lipstick.



A micro, responsive CSS framework written in LESS that will turn heads.

Lightweight and minimal. Sane defaults allow for very few overrides and quick scaffolding. Comes with some sexy default themes and common components.

Build Status

Installation

Getting started is easy, simply install Lipstick using NPM:

npm install --save lipstickless

Vanilla

If you aren't using any build tools you can simply copy the CSS files into your project.

Using the CDN

Minified and unminified versions are available over CDN so you can simply include them in your HTML if needed.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Lipstick</title>
    <link rel="stylesheet" href="//npmcdn.com/lipstickless@^0.1.0/dist/css/lipstick.css">
    <!-- Minified Version -->
    <!-- <link rel="stylesheet" href="//npmcdn.com/lipstickless@^0.1.0/dist/css/lipstick.min.css"> -->
</head>
<body>
    
</body>
</html>

LESS

If you are building your own LESS files and want to include the Lipstick less files in your build simply reference them in your main less file like so:

@import "path/to/node_modules/lipstickless/src/less/main";

Alternatively, you can also cherry pick specific files by referencing them individually instead of the main.less file.

Webpack

TODO

Usage

Once you have the latest version of Lipstick installed head on over and view the docs.

Support

IE8+ and all other modern browsers

License

MIT


Borrowed heavily from Base v2 by Matthew Hartman, so massive ❤️ to him.

Lipstick icon based off of one created by Cezary Rudaś.

Package Sidebar

Install

npm i lipstickless

Weekly Downloads

2

Version

0.2.5

License

Proprietary

Last publish

Collaborators

  • ekryski