postcss-dutch-stylesheets
v0.0.2
Published
PostCSS plugin for writing Dutch Stylesheets
Maintainers
Readme
PostCSS Dutch Style Sheets
PostCSS plugin for writing Dutch Style Sheets.
Take CSS to the next level and write your CSS in Dutch!
Installation
$ npm install postcss-dutch-stylesheetsUsage
// ES5
var dutchStyleSheets = require('postcss-dutch-stylesheets')
// ES6
import dutchStyleSheets from 'postcss-dutch-stylesheets'See PostCSS#Usage for usage for your environment.
Example
Using this input.css:
.foo {
hoogte: 300px;
ondermarge: 10px;
tekstgrootte: 20px !belangrijk;
achtergrondkleur: zwart;
kleur: wit;
}you will get:
.foo {
height: 300px;
margin-bottom: 10px;
font-size: 20px !important;
background-color: black;
color: white;
}Documentation
Contributing
postcss-dutch-stylesheets has only a subset of CSS and needs your help to add more Dutch properties and values.
Changelog
See CHANGELOG.md.
License
See LICENSE.
Attribution
Postcss-dutch-stylesheets is fully based on postcss-german-stylesheets by timche, all credit goes to them.
