1. wysiwyg.css
A tiny CSS for generated HTML or Markdown content
wysiwyg.css
Package: wysiwyg.css
Created by: jgthms
Last modified: Wed, 29 Jun 2022 04:28:59 GMT
Version: 0.0.4
License: MIT
Downloads: 1,595
Repository: https://github.com/jgthms/wysiwyg.css

Install

npm install wysiwyg.css
yarn add wysiwyg.css

wysiwyg.css

A tiny CSS for generated HTML or Markdown content, meant for:

  • readability: both the spacing and colors are visually balanced
  • simplicity: you only need a single class to style all elements
  • extensibility: you can easily customise the output thanks to variables

Install

 npm install wysiwyg.css

Or download/clone the repo.

Code copyright 2016 Jeremy Thomas. Code released under the MIT license.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin