パッケージの詳細

trickle-css

ryan-bush15MIT1.0.10

A minimalist CSS Framework.

css, trickle, minimal, framework

readme



Minimal CSS Framework


npm npm npm npm

Installation

npm install trickle-css

File Structure

    ├── ...
    ├── trickle
    │   ├── dist
    │   │   ├── css
    │   │   │   └── trickle.css
    │   │   └── js
    │   │   │   └── trickle.css
    │   ├── docs
    │   ├── example
    │   │   └── index.html
    │   ├── img
    │   ├── sass
    │   │   ├── mixins
    │   │   └── trickle.sass
    │   ├── LICENSE.md
    │   ├── README.md
    └── └── ...