Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charliewilco/pluton.css
https://github.com/charliewilco/pluton.css
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/charliewilco/pluton.css
- Owner: charliewilco
- Created: 2017-01-08T02:52:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T01:02:19.000Z (over 7 years ago)
- Last Synced: 2024-09-17T15:28:11.296Z (about 2 months ago)
- Language: CSS
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Pluton
Obsidian.css Lite -- A small subset of Obsidian.css, common utilities classes, reset, core objects (unprefixed classes)
## Install
```shell
yarn add pluton.css
```## Usage
```css
@import 'pluton.css';/* OR */
@import 'pluton.css/settings';
@import 'pluton.css/generic';
@import 'pluton.css/elements';
@import 'pluton.css/objects';
@import 'pluton.css/utilities';
```